summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/gui')
-rw-r--r--utils/themeeditor/gui/skindocument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/gui/skindocument.h b/utils/themeeditor/gui/skindocument.h
index 68bec43913..f6ceb73e92 100644
--- a/utils/themeeditor/gui/skindocument.h
+++ b/utils/themeeditor/gui/skindocument.h
@@ -70,7 +70,7 @@ public:
70 70
71 TabType type() const{ return Skin; } 71 TabType type() const{ return Skin; }
72 72
73 QGraphicsScene* scene(){ return model->render(project); } 73 QGraphicsScene* scene(){ return model->render(project, &fileName); }
74 74
75signals: 75signals:
76 76