~mterry/unity8/power-button-on-lock

« back to all changes in this revision

Viewing changes to libs/UbuntuGestures/Pool.h

  • Committer: Michael Terry
  • Date: 2014-11-24 15:25:42 UTC
  • mfrom: (1368.1.82 unity8)
  • Revision ID: michael.terry@canonical.com-20141124152542-5cysva8ds3qfula6
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
        ItemType *item;
75
75
    };
76
76
 
77
 
    Iterator &end() const { return Iterator(); }
78
 
 
79
77
    ItemType &getEmptySlot() {
80
78
        Q_ASSERT(m_lastUsedIndex < m_slots.size());
81
79