summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/editorwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.cpp')
-rw-r--r--utils/themeeditor/gui/editorwindow.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/editorwindow.cpp b/utils/themeeditor/gui/editorwindow.cpp
index 4c073b9e0b..171e7b7019 100644
--- a/utils/themeeditor/gui/editorwindow.cpp
+++ b/utils/themeeditor/gui/editorwindow.cpp
@@ -22,6 +22,8 @@
22#include "editorwindow.h" 22#include "editorwindow.h"
23#include "projectmodel.h" 23#include "projectmodel.h"
24#include "ui_editorwindow.h" 24#include "ui_editorwindow.h"
25#include "rbfontcache.h"
26#include "rbtextcache.h"
25 27
26#include <QDesktopWidget> 28#include <QDesktopWidget>
27#include <QFileSystemModel> 29#include <QFileSystemModel>
@@ -49,6 +51,9 @@ EditorWindow::~EditorWindow()
49 delete project; 51 delete project;
50 delete deviceConfig; 52 delete deviceConfig;
51 delete deviceDock; 53 delete deviceDock;
54
55 RBFontCache::clearCache();
56 RBTextCache::clearCache();
52} 57}
53 58
54void EditorWindow::loadTabFromSkinFile(QString fileName) 59void EditorWindow::loadTabFromSkinFile(QString fileName)