src/bmsapp.h

changeset 6
f8474f2c5db9
parent 3
4b95e33ee476
child 11
c9cdc15d3caf
--- a/src/bmsapp.h	Fri Feb 11 16:00:06 2022 +0100
+++ b/src/bmsapp.h	Sat Feb 12 21:24:43 2022 +0100
@@ -51,7 +51,7 @@
      * @brief Blocking call that executes the application.
      * @return Exit code from the application.
      */
-    static int run();
+    static int run(bool useDevelop, bool startConfig);
 
 private:
     static MainWindow* m_mainWindow;
@@ -66,7 +66,7 @@
      * @brief Run before showing MainWindow, does all system setup.
      * @return false if anything goes awry, true if it's ok to start MainWindow.
      */
-    static bool initialize();
+    static bool initialize(bool useDevelop);
 
     /**
      * @brief Run after QApplication exits to clean up shit, close database, etc.

mercurial