mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Fix warning if building without 3d
(AKA hurry up Fedora 27, I want Qt 5.9 already)
This commit is contained in:
parent
a411669dae
commit
4e586818ef
@ -10031,6 +10031,7 @@ Qgs3DMapCanvasDockWidget *QgisApp::createNew3DMapCanvasDock( const QString &name
|
||||
return map3DWidget;
|
||||
#else
|
||||
Q_UNUSED( name );
|
||||
return nullptr;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user