diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-18 20:04:44 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-18 20:04:53 +0100 |
commit | d26048617d78396cc6381eaf06f19fee484d811c (patch) | |
tree | 46fd10052fb16b389abd560f71d10c6e546624d7 /gui/main.cpp | |
parent | a0e74e725cd483c1f78b640db9c6148158d2b442 (diff) |
gui: resize dialog boxes to fit text
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 8bc09537..acf82808 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -17,7 +17,6 @@ using namespace options; #include <QCommandLineParser> #include <QStyleFactory> #include <QStringList> -#include <QMessageBox> #include <QDebug> #include <memory> #include <cstring> |