Changeset 769 for trunk/src/gui/graphicsview/qgraphicssceneevent.h
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/graphicsview/qgraphicssceneevent.h
r651 r769 78 78 QScopedPointer<QGraphicsSceneEventPrivate> d_ptr; 79 79 Q_DECLARE_PRIVATE(QGraphicsSceneEvent) 80 81 80 82 }; 81 83 … … 125 127 private: 126 128 Q_DECLARE_PRIVATE(QGraphicsSceneMouseEvent) 129 127 130 }; 128 131 … … 157 160 private: 158 161 Q_DECLARE_PRIVATE(QGraphicsSceneWheelEvent) 162 159 163 }; 160 164 … … 185 189 private: 186 190 Q_DECLARE_PRIVATE(QGraphicsSceneContextMenuEvent) 191 187 192 }; 188 193 … … 217 222 private: 218 223 Q_DECLARE_PRIVATE(QGraphicsSceneHoverEvent) 224 219 225 }; 220 226 … … 234 240 private: 235 241 Q_DECLARE_PRIVATE(QGraphicsSceneHelpEvent) 242 236 243 }; 237 244 … … 276 283 private: 277 284 Q_DECLARE_PRIVATE(QGraphicsSceneDragDropEvent) 285 278 286 }; 279 287 … … 282 290 { 283 291 Q_DECLARE_PRIVATE(QGraphicsSceneResizeEvent) 292 284 293 public: 285 294 QGraphicsSceneResizeEvent(); … … 297 306 { 298 307 Q_DECLARE_PRIVATE(QGraphicsSceneMoveEvent) 308 299 309 public: 300 310 QGraphicsSceneMoveEvent();
Note:
See TracChangeset
for help on using the changeset viewer.