~macslow/unity8/fix-snap-decision-proxy-model-hack

« back to all changes in this revision

Viewing changes to tests/mocks/Unity/Notifications/MockNotification.h

  • Committer: Mirco Müller
  • Date: 2015-01-21 17:44:45 UTC
  • Revision ID: mirco.mueller@ubuntu.com-20150121174445-asqc5k156u0dvm7a
Moved action-invocation signaling to C++-plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 
63
63
    void dataChanged(int nid);
64
64
    void completed(int nid);
 
65
    void actionInvoked(const QString &action);
65
66
 
66
67
public:
67
68
    MockNotification(QObject *parent=nullptr);