Changeset 5fc5d13 for src/mvc/treeview.h
- Timestamp:
- 01/21/17 23:22:39 (6 years ago)
- Branches:
- master, qt5
- Children:
- c8257a4
- Parents:
- bda4629
- git-author:
- Philipp Spitzer <philipp@…> (01/21/17 23:20:26)
- git-committer:
- Philipp Spitzer <philipp@…> (01/21/17 23:22:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/treeview.h
rbda4629 r5fc5d13 31 31 private: 32 32 void mouseReleaseEvent(QMouseEvent *aEvent); 33 bool testForControlClicked(const QModelIndex &aIndex, const QPoint &aPoint );33 bool testForControlClicked(const QModelIndex &aIndex, const QPoint &aPoint, Qt::MouseButton button); 34 34 public slots: 35 35 void setAllExpanded(bool aExpanded); // (aExpanded==true) => expanded; (aExpanded==false) => collapsed
Note: See TracChangeset
for help on using the changeset viewer.