Fix a bunch of memory leaks on startup->shutdown

This commit is contained in:
GriffinR
2024-09-11 13:09:03 -04:00
parent bb33d48ea1
commit a0ebae00c6
9 changed files with 37 additions and 10 deletions

View File

@@ -187,6 +187,7 @@ public:
static QString eventGroupToString(Event::Group group);
static QString eventTypeToString(Event::Type type);
static Event::Type eventTypeFromString(QString type);
static void clearIcons();
static void setIcons();
// protected attributes

View File

@@ -89,6 +89,8 @@ public:
void clearMapCache();
void clearTilesetCache();
void clearMapLayouts();
void clearEventGraphics();
struct DataQualifiers
{

View File

@@ -17,7 +17,7 @@ class UpdatePromoter : public QDialog
public:
explicit UpdatePromoter(QWidget *parent, NetworkAccessManager *manager);
~UpdatePromoter() {};
~UpdatePromoter();
void checkForUpdates();
void updatePreferences();