Move isclean from MainWindow to Athlete

.. rather unfortunate use of English as it leads
   to athlete->isclean == false :)
This commit is contained in:
Mark Liversedge
2013-07-12 18:15:14 +01:00
parent 59505dd100
commit d639411f24
7 changed files with 12 additions and 11 deletions

View File

@@ -146,7 +146,7 @@ QList<MainWindow *> mainwindows; // keep track of all the MainWindows we have op
QDesktopWidget *desktop = NULL;
MainWindow::MainWindow(const QDir &home) :
session(0), isclean(false), init(false), isfiltered(false), groupByMapper(NULL)
session(0), init(false), isfiltered(false), groupByMapper(NULL)
{
setAttribute(Qt::WA_DeleteOnClose);