diff -r 9ede9c75cb54 -r 08635b028dcf src/MainWindow.h --- 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();