diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-18 21:40:16 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-18 21:40:16 +0100 |
commit | 5b324d3ceeb0da37dd040210065f9fc2cd67db60 (patch) | |
tree | 80d313f90da9010fe7709f2df1f1a2e46b0892b7 /gui/main.cpp | |
parent | ec6c5632446c04a643bc7a05e323fe4a16f0978b (diff) |
Revert "gui: resize dialog boxes to fit text"
This reverts commit d26048617d78396cc6381eaf06f19fee484d811c.
Diffstat (limited to 'gui/main.cpp')
-rw-r--r-- | gui/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/main.cpp b/gui/main.cpp index acf82808..8bc09537 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -17,6 +17,7 @@ using namespace options; #include <QCommandLineParser> #include <QStyleFactory> #include <QStringList> +#include <QMessageBox> #include <QDebug> #include <memory> #include <cstring> |