Skip to content

Commit

Permalink
Refs #1579. Adding documentation for function.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed May 17, 2013
1 parent b987e72 commit d9eaf8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Code/Mantid/MantidPlot/src/ApplicationWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,13 @@ m_exitCode(0), g_log(Mantid::Kernel::Logger::get("ApplicationWindow")),
init(factorySettings, args);
}

/**
* This function is responsible for copying the old configuration
* information from the ISIS\MantidPlot area to the new Mantid\MantidPlot
* area. The old area is deleted once the trnasfer is complete. On subsequent
* runs, if the old configuration area is missing or empty, the copying
* is ignored.
*/
void ApplicationWindow::handleConfigDir()
{
#ifdef Q_OS_WIN
Expand Down

0 comments on commit d9eaf8f

Please sign in to comment.