Skip to content

Commit

Permalink
Fix warning if building without 3d
Browse files Browse the repository at this point in the history
(AKA hurry up Fedora 27, I want Qt 5.9 already)
  • Loading branch information
nyalldawson committed Oct 19, 2017
1 parent a411669 commit 4e58681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -10031,6 +10031,7 @@ Qgs3DMapCanvasDockWidget *QgisApp::createNew3DMapCanvasDock( const QString &name
return map3DWidget;
#else
Q_UNUSED( name );
return nullptr;
#endif
}

Expand Down

0 comments on commit 4e58681

Please sign in to comment.