mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Fix cleanup of the style GUI utils singleton
This commit is contained in:
parent
edf3ebb88d
commit
19b728173a
@ -149,6 +149,7 @@
|
||||
#include "qgsmapcanvas.h"
|
||||
#include "qgsmaplayer.h"
|
||||
#include "qgsmaplayerregistry.h"
|
||||
#include "qgsmaplayerstyleguiutils.h"
|
||||
#include "qgsmapoverviewcanvas.h"
|
||||
#include "qgsmaprenderer.h"
|
||||
#include "qgsmapsettings.h"
|
||||
@ -896,6 +897,8 @@ QgisApp::~QgisApp()
|
||||
delete QgsProject::instance();
|
||||
|
||||
delete mPythonUtils;
|
||||
|
||||
QgsMapLayerStyleGuiUtils::cleanup();
|
||||
}
|
||||
|
||||
void QgisApp::dragEnterEvent( QDragEnterEvent *event )
|
||||
|
Loading…
x
Reference in New Issue
Block a user