Changeset c53a3f4 for src/mvc/treeview.h
- Timestamp:
- 01/19/10 18:34:18 (13 years ago)
- Branches:
- master, qt5
- Children:
- 395d6d3
- Parents:
- 02c1e09
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/treeview.h
r02c1e09 rc53a3f4 12 12 private: 13 13 void mouseReleaseEvent(QMouseEvent *aEvent); 14 voidtestForControlClicked(const QModelIndex &aIndex, const QPoint &aPoint);14 bool testForControlClicked(const QModelIndex &aIndex, const QPoint &aPoint); 15 15 signals: 16 16 void requestForMap(const QModelIndex &aIndex);
Note: See TracChangeset
for help on using the changeset viewer.