diff options
Diffstat (limited to 'utils/themeeditor/gui/skindocument.h')
| -rw-r--r-- | utils/themeeditor/gui/skindocument.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/themeeditor/gui/skindocument.h b/utils/themeeditor/gui/skindocument.h index d20d0fb..10c9e3f 100644 --- a/utils/themeeditor/gui/skindocument.h +++ b/utils/themeeditor/gui/skindocument.h @@ -76,7 +76,10 @@ public: TabType type() const{ return Skin; } - QGraphicsScene* scene(){ return model->render(project, device, &fileName); } + QGraphicsScene* scene() + { + return model->render(project, device, this, &fileName); + } void showFind(){ findReplace->show(); } void hideFind(){ findReplace->hide(); } |