diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 08e9246..58615ed 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -8,9 +8,6 @@ extern QUrl baseURL; -// temporary settings testing stuff -QMap<QString, QString> clo; - void printHelp() { // Prints usage information. @@ -29,6 +26,7 @@ int main(int argc, char *argv[]) app->setObjectName("test"); /* Parse cmdline argus. */ + QMap<QString, QString> clo; int longIndex = 0; static const char *optString = "u:h"; static const struct option longOpts[] = |
