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

« back to all changes in this revision

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

  • Committer: Mirco Müller
  • Date: 2015-01-20 15:05:21 UTC
  • Revision ID: mirco.mueller@ubuntu.com-20150120150521-0bghlyp2toncwf5y
Slightly better...

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
}
174
174
 
175
175
void MockNotification::close() {
176
 
    qDebug() << "close() called";
 
176
    qDebug() << "close() called, " << p->id;
177
177
    Q_EMIT completed(p->id);
178
178
}