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