diff options
Diffstat (limited to 'utils/themeeditor/graphics/rbrenderinfo.cpp')
| -rw-r--r-- | utils/themeeditor/graphics/rbrenderinfo.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/themeeditor/graphics/rbrenderinfo.cpp b/utils/themeeditor/graphics/rbrenderinfo.cpp index 289d730..3116034 100644 --- a/utils/themeeditor/graphics/rbrenderinfo.cpp +++ b/utils/themeeditor/graphics/rbrenderinfo.cpp @@ -29,6 +29,11 @@ RBRenderInfo::RBRenderInfo(ParseTreeModel* model, ProjectModel* project, { } +RBRenderInfo::RBRenderInfo() + : mProject(0), mSettings(0), mDevice(0), mScreen(0), mModel(0) +{ +} + RBRenderInfo::RBRenderInfo(const RBRenderInfo &other) { mProject = other.mProject; |