diff options
Diffstat (limited to 'utils/themeeditor/gui/skindocument.h')
| -rw-r--r-- | utils/themeeditor/gui/skindocument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/gui/skindocument.h b/utils/themeeditor/gui/skindocument.h index 5e72e29..bf47897 100644 --- a/utils/themeeditor/gui/skindocument.h +++ b/utils/themeeditor/gui/skindocument.h @@ -75,7 +75,7 @@ public: TabType type() const{ return Skin; } - QGraphicsScene* scene() + RBScene* scene() { return model->render(project, device, this, &fileName); } |