diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-05 20:31:53 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-05 20:31:53 +0200 |
commit | 2c66c32e9185cdfac2d6e0b3b90a0834482aab31 (patch) | |
tree | 548b56e8d80fc26967a5df8d19a9e70c401781f5 /gui/main.cpp | |
parent | dec625e51878c9167100837086f82fb0f78b0189 (diff) |
gui/{main,mappings}: fix tab stops
Diffstat (limited to 'gui/main.cpp')
-rw-r--r-- | gui/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/main.cpp b/gui/main.cpp index 2e8d13ff..2e809d0f 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -154,7 +154,6 @@ main(int argc, char** argv) } app.setQuitOnLastWindowClosed(false); - app.exec(); qDebug() << "exit: main control"; |