Mark var unused

This commit is contained in:
Tim Sutton 2011-07-14 14:36:54 +02:00
parent bd09bc5cbe
commit 86acc7d57d

View File

@ -43,6 +43,7 @@ void QDockWidgetGlobe::closeEvent( QCloseEvent* event )
QgsGLWidgetAdapter::QgsGLWidgetAdapter( QWidget * parent, const char * name, const QGLWidget * shareWidget, WindowFlags f ):
QGLWidget( parent, shareWidget, f )
{
Q_UNUSED( name );
_gw = new osgViewer::GraphicsWindowEmbedded( 0, 0, width(), height() );
setFocusPolicy( Qt::ClickFocus );
setMouseTracking( true );