diff options
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 7514a0938..06b180a39 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -13,6 +13,7 @@ #include <QUuid> #include "ui_mainwindow.h" +#include "notificationwidget.h" struct DiveList; class QSortFilterProxyModel; @@ -92,6 +93,7 @@ public: void setApplicationState(const QByteArray& state); void showV2Dialog(); QUndoStack *undoStack; + NotificationWidget *getNotificationWidget(); private slots: /* file menu action */ |