From 42ea5901dec867b31a3172cdea2a643d03256b7d Mon Sep 17 00:00:00 2001 From: Xavier ASUS Date: Fri, 23 Nov 2018 13:08:30 +0100 Subject: Some cosmetic changes and improved const-correctness. Created QList so dynamically-allocated objects are safely deleted on the destructor. --- Source/MapEditor/mainwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/MapEditor/mainwindow.h') diff --git a/Source/MapEditor/mainwindow.h b/Source/MapEditor/mainwindow.h index 8cc4c8e..69254fe 100644 --- a/Source/MapEditor/mainwindow.h +++ b/Source/MapEditor/mainwindow.h @@ -43,6 +43,7 @@ private: QByteArray map_buffer; int selected_item; QHash tilesetData; + QList textItems; private slots: void loadMap(void); -- cgit v1.2.3