diff options
author | Martin Měřinský <mermar@centrum.cz> | 2017-03-13 11:34:42 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-03-13 10:25:51 -0700 |
commit | 2b5a2352eadfe992319910495cc11a0a83c4a6cd (patch) | |
tree | bcb6bfab5e4e49462a77619b93d0d08bc8928ba7 /desktop-widgets/simplewidgets.h | |
parent | 4db42808f6951953766a5ff6f2cb042a873dcb30 (diff) | |
download | subsurface-2b5a2352eadfe992319910495cc11a0a83c4a6cd.tar.gz |
Remove unused DateWidget with its icon.
Diffstat (limited to 'desktop-widgets/simplewidgets.h')
-rw-r--r-- | desktop-widgets/simplewidgets.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/desktop-widgets/simplewidgets.h b/desktop-widgets/simplewidgets.h index 2fc858cd3..ac98414a0 100644 --- a/desktop-widgets/simplewidgets.h +++ b/desktop-widgets/simplewidgets.h @@ -131,31 +131,6 @@ private: class QCalendarWidget; -class DateWidget : public QWidget { - Q_OBJECT -public: - DateWidget(QWidget *parent = 0); - QDate date() const; -public -slots: - void setDate(const QDate &date); - -protected: - void paintEvent(QPaintEvent *event); - void mousePressEvent(QMouseEvent *event); - void focusInEvent(QFocusEvent *); - void focusOutEvent(QFocusEvent *); - void keyPressEvent(QKeyEvent *); - void changeEvent(QEvent *); - bool eventFilter(QObject *, QEvent *); -signals: - void dateChanged(const QDate &date); - -private: - QDate mDate; - QCalendarWidget *calendarWidget; -}; - class DiveComponentSelection : public QDialog { Q_OBJECT public: |