mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Move isclean from MainWindow to Athlete
.. rather unfortunate use of English as it leads to athlete->isclean == false :)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user