Changeset 6055 for branches/qt-gui_qt4/src/views
- Timestamp:
- 01/22/08 05:11:44 (10 months ago)
- Files:
-
- 1 modified
-
branches/qt-gui_qt4/src/views/userviewbase.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/qt-gui_qt4/src/views/userviewbase.h
r5764 r6055 126 126 QPoint myMousePressPos; 127 127 128 /** 129 * Overload branches drawing method with an empty one 130 * to avoid unnecessary Qt processing 131 */ 132 virtual void drawBranches(QPainter*, const QRect&, const QModelIndex&) const {} 133 128 134 private slots: 129 135 /**
