summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-05-25 15:19:36 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-05-26 13:18:22 -0700
commit777f04724717513c7a0e14b13aa66934328c8245 (patch)
tree0c27bb049656f27b0f22c1c63fcad0f8618cca19 /qt-ui/mainwindow.h
parentdcd83817648ed227a4a3453923e29a662fa2cc67 (diff)
downloadsubsurface-777f04724717513c7a0e14b13aa66934328c8245.tar.gz
Small code cleanup.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r--qt-ui/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h
index a658fe3cc..667e3810a 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -172,6 +172,8 @@ private:
void updateLastUsedDir(const QString &s);
bool filesAsArguments;
UpdateManager *updateManager;
+
+ bool plannerStateClean();
};
#endif // MAINWINDOW_H