src/MainWindow.h

changeset 308
79f100a84f65
parent 296
2f4e250cfed9
child 310
bdaac24b86ed
equal deleted inserted replaced
307:afd711e37f68 308:79f100a84f65
183 * @brief Load profile_setup record and set global variables. 183 * @brief Load profile_setup record and set global variables.
184 */ 184 */
185 void loadSetup(); 185 void loadSetup();
186 186
187 /** 187 /**
188 * @brief Do database maintenance.
189 */
190 void maintDataBase();
191
192 /**
188 * @brief Open Websocket connection. 193 * @brief Open Websocket connection.
189 * @param develop Is true if connect to develop server, else production. 194 * @param develop Is true if connect to develop server, else production.
190 * @return Returns true if succes. 195 * @return Returns true if succes.
191 */ 196 */
192 bool openWS(bool develop); 197 bool openWS(bool develop);

mercurial