diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-09-03 19:23:45 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-09-11 17:21:40 +0300 |
commit | bdd4d3cbe99a4859af8c780f7aae2eef5cd8c18c (patch) | |
tree | 21c389992d0ed09cc28a2a640023b23b06fed75d /src/main.cpp | |
parent | Update cppcheck.sh (diff) | |
download | rekonq-RKNQ-27-linguist.tar.xz |
Add translations to CMakeListsRKNQ-27-linguist
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
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(), {}); /* |