mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Mark var unused
This commit is contained in:
parent
bd09bc5cbe
commit
86acc7d57d
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user