diff options
Diffstat (limited to 'utils/themeeditor/models/parsetreemodel.h')
-rw-r--r-- | utils/themeeditor/models/parsetreemodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/models/parsetreemodel.h b/utils/themeeditor/models/parsetreemodel.h index 463f6ca82d..ec0a420a84 100644 --- a/utils/themeeditor/models/parsetreemodel.h +++ b/utils/themeeditor/models/parsetreemodel.h | |||
@@ -63,7 +63,7 @@ public: | |||
63 | bool setData(const QModelIndex &index, const QVariant &value, int role); | 63 | bool setData(const QModelIndex &index, const QVariant &value, int role); |
64 | 64 | ||
65 | QGraphicsScene* render(ProjectModel* project, DeviceState* device, | 65 | QGraphicsScene* render(ProjectModel* project, DeviceState* device, |
66 | const QString* file = 0); | 66 | SkinDocument* doc, const QString* file = 0); |
67 | 67 | ||
68 | static QString safeSetting(ProjectModel* project, QString key, | 68 | static QString safeSetting(ProjectModel* project, QString key, |
69 | QString fallback) | 69 | QString fallback) |