#ifndef NOTIFICATION_H #define NOTIFICATION_H #include class Notification : public QObject { public: explicit Notification(QObject *parent = 0); signals: public slots: }; #endif // NOTIFICATION_H