Ensure key member initialization - WebServer

This commit is contained in:
LordGrey
2023-12-27 20:41:10 +01:00
parent 757d84c378
commit ca88678745
2 changed files with 9 additions and 7 deletions

View File

@@ -92,11 +92,6 @@ private:
StaticFileServing* _staticFileServing;
QtHttpServer* _server;
bool _inited = false;
const QString WEBSERVER_DEFAULT_PATH = ":/webconfig";
const QString WEBSERVER_DEFAULT_CRT_PATH = ":/hyperion.crt";
const QString WEBSERVER_DEFAULT_KEY_PATH = ":/hyperion.key";
quint16 WEBSERVER_DEFAULT_PORT = 8090;
};
#endif // WEBSERVER_H