Fix cleanup of the style GUI utils singleton

This commit is contained in:
Martin Dobias 2015-01-07 18:01:42 +07:00
parent edf3ebb88d
commit 19b728173a

View File

@ -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 )