You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ozwadmin-main/main.cpp
+4-19Lines changed: 4 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ int main(int argc, char *argv[])
126
126
}
127
127
/* if we dont have a dbPath, Deploy our config files there */
128
128
if (dbPath.isEmpty()) {
129
-
#ifndef Q_OS_WIN
129
+
#if1
130
130
qCWarning(ozwadmin) << "Configuration Database Does Not Exist - Copying Database to Location " << QFileInfo(parser.value(configDir).append("/")).absoluteFilePath();
131
131
QStringList Locations;
132
132
Locations << ".";
@@ -159,8 +159,7 @@ int main(int argc, char *argv[])
159
159
}
160
160
/* if we dont have a dbPath, Deploy our config files there */
0 commit comments