- Timestamp:
- 12/14/09 13:49:59 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgQtBrowser/QGraphicsViewAdapter.cpp
r10768 r10888 58 58 QGraphicsViewAdapter::QGraphicsViewAdapter(osg::Image* image, QWidget* widget): 59 59 _image(image), 60 _ backgroundColor(255,255,255),61 _ qtKeyModifiers(Qt::NoModifier)60 _qtKeyModifiers(Qt::NoModifier), 61 _backgroundColor(255,255,255) 62 62 { 63 63 // make sure we have a valid QApplication before we start creating widgets.
