parent
bc1b6fb947
commit
6c26f4abbe
5 changed files with 9 additions and 35 deletions
@ -1,6 +0,0 @@ |
||||
#include "notification.h" |
||||
|
||||
Notification::Notification(QWidget *parent) : |
||||
QWidget(parent) |
||||
{ |
||||
} |
||||
@ -1,18 +0,0 @@ |
||||
#ifndef NOTIFICATION_H |
||||
#define NOTIFICATION_H |
||||
|
||||
#include <QWidget> |
||||
|
||||
class Notification : public QWidget |
||||
{ |
||||
Q_OBJECT |
||||
public: |
||||
explicit Notification(QWidget *parent = 0); |
||||
|
||||
signals: |
||||
|
||||
public slots: |
||||
|
||||
}; |
||||
|
||||
#endif // NOTIFICATION_H
|
||||
Loading…
Reference in new issue