Skip to content

Commit

Permalink
Mark var unused
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Jul 14, 2011
1 parent bd09bc5 commit 86acc7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/globe/qgsosgviewer.cpp
Expand Up @@ -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 );
Expand Down

0 comments on commit 86acc7d

Please sign in to comment.