~mterry/+junk/u8.2

« back to all changes in this revision

Viewing changes to libs/UbuntuGestures/Pool.h

  • Committer: Michael Terry
  • Date: 2014-11-17 14:56:04 UTC
  • mfrom: (1317.1.118 unity8)
  • Revision ID: michael.terry@canonical.com-20141117145604-96dn9p5nwkifq2f4
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