]> vaikene.ee Git - evaf/blobdiff - src/libs/Common/app.h
More work on the common library and the main GUI application.
[evaf] / src / libs / Common / app.h
index c95464179d271d011f1edb7c103876cc77c66ac1..5d8886e9e629808b1abb24f519e750ddeb6d1752 100644 (file)
@@ -59,7 +59,7 @@ public:
 
     virtual void restart();
 
-    virtual void quit();
+    virtual void quit(bool err = false);
 
     virtual bool isReady() const { return mReady; }
 
@@ -76,7 +76,7 @@ private:
     QString mLanguage;
 
     /// Name of the application's XML file
-    QString mXmlFile;
+    mutable QString mXmlFile;
 
 };