src/bmsapp.h

changeset 85
34ca34ed81df
parent 83
6f744c602139
child 89
231a0b1292f3
--- a/src/bmsapp.h	Sat Mar 26 21:13:17 2022 +0100
+++ b/src/bmsapp.h	Sat Mar 26 21:53:00 2022 +0100
@@ -66,8 +66,6 @@
 public:
     Bmsapp();
 
-    static QDir getResourceDir();	/* System wide resources */
-
     /**
      * @brief Blocking call that executes the application.
      * @return Exit code from the application.
@@ -78,12 +76,6 @@
 
 private:
     /**
-     * @brief Ensure some directories and files exist.
-     * @return true if all is ok.
-     */
-    static bool ensureDirectoriesExist();
-
-    /**
      * @brief Run before showing MainWindow, does all system setup.
      * @return false if anything goes awry, true if it's ok to start MainWindow.
      */

mercurial