Skip to content

Commit aef3ad3

Browse files
authored
fix build without python (#6578)
and do not delete object with incomplete type better fix for warning adressed in PR #6491
1 parent 3d6cd2b commit aef3ad3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/qgisapp.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,10 @@ QgisApp::~QgisApp()
14071407

14081408
unregisterCustomLayoutDropHandler( mLayoutQptDropHandler );
14091409

1410+
#ifdef WITH_BINDINGS
14101411
delete mPythonUtils;
1412+
#endif
1413+
14111414
delete mTray;
14121415
delete mDataSourceManagerDialog;
14131416
qDeleteAll( mCustomDropHandlers );

0 commit comments

Comments
 (0)