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 /desktop-widgets/simplewidgets.h | |
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>
Diffstat (limited to 'desktop-widgets/simplewidgets.h')
-rw-r--r-- | desktop-widgets/simplewidgets.h | 2 |
1 files changed, 0 insertions, 2 deletions
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: |