summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a537be8b..0dedacea 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -31,8 +31,8 @@ int main(int argc, char **argv)
app.sendMessage(Application::arguments().join('\n').toUtf8());
return 0;
}
- else
- app.parseCommandLine(app.instanceId(), {});
+
+ app.parseCommandLine(app.instanceId(), {});
/*