~lukas-kde/unity-notifications/cmdLineCheck

« back to all changes in this revision

Viewing changes to include/Notification.h

  • Committer: Bileto Bot
  • Author(s): Lukáš Tinkl
  • Date: 2016-08-09 22:59:53 UTC
  • mfrom: (237.1.8 unity-notifications)
  • Revision ID: ci-train-bot@canonical.com-20160809225953-7846289hn9vp0wbn
Visible queue improvements (LP: #1606202)

Approved by: Michael Zanetti, Unity8 CI Bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <QString>
27
27
#include <QObject>
28
28
#include <QScopedPointer>
29
 
#include <QImage>
30
29
#include <QStringList>
31
30
 
32
31
struct NotificationPrivate;
70
69
    void dismissed();
71
70
    void completed(unsigned int id);
72
71
 
73
 
public Q_SLOTS:
74
 
    void onHovered();
75
 
    void onDisplayed();
76
 
 
77
72
public:
78
73
    Notification(QObject *parent=nullptr);
79
74
    Notification(NotificationID id,