diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2018-10-21 18:00:02 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-12-14 01:05:18 +0800 |
commit | e0f473fcb49c8121a0a9c52bf0536049b0f342ed (patch) | |
tree | f95b2228ddfcb9926319fb236b896f24043e7846 /desktop-widgets/printdialog.cpp | |
parent | 43178be1f23dca936b177b79245818e971bedde3 (diff) | |
download | subsurface-e0f473fcb49c8121a0a9c52bf0536049b0f342ed.tar.gz |
Drop old filter code
Drop tons of now-unused-code.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'desktop-widgets/printdialog.cpp')
-rw-r--r-- | desktop-widgets/printdialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/printdialog.cpp b/desktop-widgets/printdialog.cpp index bbbade2e4..4c863fbea 100644 --- a/desktop-widgets/printdialog.cpp +++ b/desktop-widgets/printdialog.cpp @@ -10,6 +10,7 @@ #include <QShortcut> #include <QSettings> #include <QMessageBox> +#include <QDialogButtonBox> #define SETTINGS_GROUP "PrintDialog" |