We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 30749ef commit 010a99dCopy full SHA for 010a99d
src/app/qgisapp.cpp
@@ -242,7 +242,6 @@ Q_GUI_EXPORT extern int qt_defaultDpiX();
242
#include "qgspluginmanager.h"
243
#include "qgspluginregistry.h"
244
#include "qgspointxy.h"
245
-#include "qgspythonutils.h"
246
#include "qgsruntimeprofiler.h"
247
#include "qgshandlebadlayers.h"
248
#include "qgsprintlayout.h"
@@ -1432,7 +1431,10 @@ QgisApp::~QgisApp()
1432
1431
1433
unregisterCustomLayoutDropHandler( mLayoutQptDropHandler );
1434
+#ifdef WITH_BINDINGS
1435
delete mPythonUtils;
1436
+#endif
1437
+
1438
delete mTray;
1439
delete mDataSourceManagerDialog;
1440
qDeleteAll( mCustomDropHandlers );
0 commit comments