We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785a941 commit 5b6d741Copy full SHA for 5b6d741
CPPWebFramework/cwf/configuration.cpp
@@ -11,9 +11,8 @@
11
12
CWF_BEGIN_NAMESPACE
13
14
-Configuration::Configuration(const QString &serverFilesPath)
+Configuration::Configuration(const QString &serverFilesPath) : path(serverFilesPath)
15
{
16
- path = serverFilesPath;
17
FileManager::removeLastBar(path);
18
const QString iniFile("/config/CPPWeb.ini");
19
if(QFile(path + iniFile).exists())
0 commit comments