~unity-api-team/unity-notifications/trunk

« back to all changes in this revision

Viewing changes to tools/mainWindow.h

  • Committer: CI Train Bot
  • Author(s): Pete Woods
  • Date: 2015-06-23 15:50:11 UTC
  • mfrom: (224.1.8 add-dbus-tests)
  • Revision ID: ci-train-bot@canonical.com-20150623155011-bnt9ubw5elnay015
Add end to end DBus tests and use XML introspection data
Approved by: Charles Kerr

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <QListView>
25
25
#include "ui_mainWindow.h"
26
26
#include "notify-backend.h"
27
 
#include "notification.h"
 
27
#include "Notification.h"
28
28
 
29
29
class NotificationModel;
30
30
 
50
50
 
51
51
    void sendNotification(int id, Notification::Type type, Notification::Urgency urg, QString text) const;
52
52
 
53
 
public slots:
 
53
public Q_SLOTS:
54
54
    void queueSizeChanged(int newsize);
55
55
 
56
 
private slots:
 
56
private Q_SLOTS:
57
57
    void sendLowNotification();
58
58
    void sendNormalNotification();
59
59
    void sendCriticalNotification();