equal
deleted
inserted
replaced
276 Q_PRIVATE_SLOT(d_func(), void _q_unsetViewportCursor()) |
276 Q_PRIVATE_SLOT(d_func(), void _q_unsetViewportCursor()) |
277 #endif |
277 #endif |
278 friend class QGraphicsSceneWidget; |
278 friend class QGraphicsSceneWidget; |
279 friend class QGraphicsScene; |
279 friend class QGraphicsScene; |
280 friend class QGraphicsScenePrivate; |
280 friend class QGraphicsScenePrivate; |
|
281 friend class QGraphicsItemPrivate; |
281 }; |
282 }; |
282 |
283 |
283 Q_DECLARE_OPERATORS_FOR_FLAGS(QGraphicsView::CacheMode) |
284 Q_DECLARE_OPERATORS_FOR_FLAGS(QGraphicsView::CacheMode) |
284 Q_DECLARE_OPERATORS_FOR_FLAGS(QGraphicsView::OptimizationFlags) |
285 Q_DECLARE_OPERATORS_FOR_FLAGS(QGraphicsView::OptimizationFlags) |
285 |
286 |