diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-05-27 21:45:12 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-05-27 13:55:08 -0700 |
commit | bed64f20ba9c0984f718ffd65b9975c49c1bc9cc (patch) | |
tree | 98a7ec47584d324942397482fd9caff378b68121 | |
parent | 330b300f220a78cb71e30b898f43c19f41961c8b (diff) | |
download | subsurface-bed64f20ba9c0984f718ffd65b9975c49c1bc9cc.tar.gz |
cleanup: remove QCalendarWidget forward declaration and include
This is an artifact of code that never came to be.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
-rw-r--r-- | desktop-widgets/simplewidgets.cpp | 1 | ||||
-rw-r--r-- | desktop-widgets/simplewidgets.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/desktop-widgets/simplewidgets.cpp b/desktop-widgets/simplewidgets.cpp index f30b9fc46..b18c43bf5 100644 --- a/desktop-widgets/simplewidgets.cpp +++ b/desktop-widgets/simplewidgets.cpp @@ -5,7 +5,6 @@ #include <QProcess> #include <QFileDialog> #include <QShortcut> -#include <QCalendarWidget> #include <QKeyEvent> #include <QAction> #include <QDesktopServices> diff --git a/desktop-widgets/simplewidgets.h b/desktop-widgets/simplewidgets.h index 706b46818..6075aa660 100644 --- a/desktop-widgets/simplewidgets.h +++ b/desktop-widgets/simplewidgets.h @@ -124,8 +124,6 @@ private: Ui::URLDialog ui; }; -class QCalendarWidget; - class DiveComponentSelection : public QDialog { Q_OBJECT public: |