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>
This commit is contained in:
Berthold Stoeger 2020-05-27 21:45:12 +02:00 committed by Dirk Hohndel
parent 330b300f22
commit bed64f20ba
2 changed files with 0 additions and 3 deletions

View file

@ -5,7 +5,6 @@
#include <QProcess>
#include <QFileDialog>
#include <QShortcut>
#include <QCalendarWidget>
#include <QKeyEvent>
#include <QAction>
#include <QDesktopServices>

View file

@ -124,8 +124,6 @@ private:
Ui::URLDialog ui;
};
class QCalendarWidget;
class DiveComponentSelection : public QDialog {
Q_OBJECT
public: