~brendan-donegan/unity8/shellRotationInvestigation

« back to all changes in this revision

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

  • Committer: Mirco Müller
  • Date: 2015-03-06 14:22:41 UTC
  • mfrom: (1589.1.1 unity8)
  • Revision ID: mirco.mueller@ubuntu.com-20150306142241-wse3a2j2yghqfwoh
Merged kgunn's conflict-resolving branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
MockNotificationModel::~MockNotificationModel() {
38
38
}
39
39
 
40
 
int MockNotificationModel::rowCount(const QModelIndex &parent) const {
 
40
int MockNotificationModel::rowCount(const QModelIndex &) const {
41
41
    return m_queue.size();
42
42
}
43
43