Skip to content

Commit 86acc7d

Browse files
committed
Mark var unused
1 parent bd09bc5 commit 86acc7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/globe/qgsosgviewer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ void QDockWidgetGlobe::closeEvent( QCloseEvent* event )
4343
QgsGLWidgetAdapter::QgsGLWidgetAdapter( QWidget * parent, const char * name, const QGLWidget * shareWidget, WindowFlags f ):
4444
QGLWidget( parent, shareWidget, f )
4545
{
46+
Q_UNUSED( name );
4647
_gw = new osgViewer::GraphicsWindowEmbedded( 0, 0, width(), height() );
4748
setFocusPolicy( Qt::ClickFocus );
4849
setMouseTracking( true );

0 commit comments

Comments
 (0)