Changeset 9f367eb for src/mvc/delegate.h
- Timestamp:
- 01/27/10 07:41:47 (13 years ago)
- Branches:
- master, qt5
- Children:
- 001c8cf
- Parents:
- 336fa33
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/delegate.h
r336fa33 r9f367eb 44 44 return QRect(drawPoint(aRect), drawPoint(aRect)+QPoint(mImage->size().width(),mImage->size().height())); 45 45 } 46 bool hasConflict;47 46 private: 48 47 ControlId mId; … … 72 71 int numberOfFavourities(const QModelIndex &index) const; 73 72 int numberOfAlarms(const QModelIndex &index) const; 74 bool hasTimeConflict(const QModelIndex &index, const QModelIndex &parent) const;75 73 76 74 private:
Note: See TracChangeset
for help on using the changeset viewer.