diff options
Diffstat (limited to 'verifynotification.h')
-rw-r--r-- | verifynotification.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/verifynotification.h b/verifynotification.h new file mode 100644 index 0000000..13c5fd0 --- /dev/null +++ b/verifynotification.h @@ -0,0 +1,23 @@ +#ifndef VERIFYNOTIFICATION_H +#define VERIFYNOTIFICATION_H + +#include <QLabel> +#include <QHBoxLayout> +#include <QMenu> +#include <QPushButton> + +#include <QWidget> + +class VerifyNotification : public QWidget +{ + Q_OBJECT +public: + explicit VerifyNotification(QWidget *parent = 0); + +signals: + +public slots: + +}; + +#endif // VERIFYNOTIFICATION_H |