Fix warning if building without 3d

(AKA hurry up Fedora 27, I want Qt 5.9 already)
This commit is contained in:
Nyall Dawson 2017-10-20 09:07:20 +10:00
parent a411669dae
commit 4e586818ef

View File

@ -10031,6 +10031,7 @@ Qgs3DMapCanvasDockWidget *QgisApp::createNew3DMapCanvasDock( const QString &name
return map3DWidget;
#else
Q_UNUSED( name );
return nullptr;
#endif
}