mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
330b300f22
commit
bed64f20ba
2 changed files with 0 additions and 3 deletions
|
@ -5,7 +5,6 @@
|
|||
#include <QProcess>
|
||||
#include <QFileDialog>
|
||||
#include <QShortcut>
|
||||
#include <QCalendarWidget>
|
||||
#include <QKeyEvent>
|
||||
#include <QAction>
|
||||
#include <QDesktopServices>
|
||||
|
|
|
@ -124,8 +124,6 @@ private:
|
|||
Ui::URLDialog ui;
|
||||
};
|
||||
|
||||
class QCalendarWidget;
|
||||
|
||||
class DiveComponentSelection : public QDialog {
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue