]> vaikene.ee Git - evaf/blobdiff - src/libs/Common/iapp.h
More work on the common library and the main GUI application.
[evaf] / src / libs / Common / iapp.h
index 8028589f112d58659b1925598928f274ca4eb0ff..4c7caed14cd80dfdf2c605a50eab663eb012e0c8 100644 (file)
@@ -130,10 +130,11 @@ public:
 
     /**
      * Requests the eVaf application to quit.
+     * @param err If true, then indicates that the application exits due to a fatal error
      *
      * This function requests the eVaf application to quit.
      */
-    virtual void quit() = 0;
+    virtual void quit(bool err = false) = 0;
 
     /**
      * Returns true if the eVaf application is ready.