Skip to content

Commit 4e58681

Browse files
committed
Fix warning if building without 3d
(AKA hurry up Fedora 27, I want Qt 5.9 already)
1 parent a411669 commit 4e58681

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qgisapp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10031,6 +10031,7 @@ Qgs3DMapCanvasDockWidget *QgisApp::createNew3DMapCanvasDock( const QString &name
1003110031
return map3DWidget;
1003210032
#else
1003310033
Q_UNUSED( name );
10034+
return nullptr;
1003410035
#endif
1003510036
}
1003610037

0 commit comments

Comments
 (0)