1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-23 02:32:10 +02:00
falkonOfficial/src/desktopnotifications/desktopnotificationsfactory.h

21 lines
353 B
C
Raw Normal View History

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