src/MainWindow.h

changeset 133
08635b028dcf
parent 131
0115b97e8c39
child 173
8514932b61aa
--- a/src/MainWindow.h	Tue Apr 12 22:33:24 2022 +0200
+++ b/src/MainWindow.h	Thu Apr 14 21:54:37 2022 +0200
@@ -161,6 +161,11 @@
     QWebSocket *webSocket;
 
     /**
+     * @brief Load profile_setup record and set global variables.
+     */
+    void loadSetup();
+
+    /**
      * @brief Open Websocket connection.
      * @param develop Is true if connect to develop server, else production.
      * @return Returns true if succes.
@@ -175,6 +180,7 @@
 
     /**
      * @brief Read user settings for the MySQL connection.
+     *        Settings in $HOME/.config/mbse/bmsapp.ini
      */
     void readsettings();
 

mercurial