aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/generators/xmlworkspacewriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/corelib/generators/xmlworkspacewriter.h')
-rw-r--r--src/lib/corelib/generators/xmlworkspacewriter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/corelib/generators/xmlworkspacewriter.h b/src/lib/corelib/generators/xmlworkspacewriter.h
index 73e7d0686..343face5d 100644
--- a/src/lib/corelib/generators/xmlworkspacewriter.h
+++ b/src/lib/corelib/generators/xmlworkspacewriter.h
@@ -52,11 +52,11 @@ protected:
QXmlStreamWriter *writer() const;
private:
- void visitStart(const Property *property) final;
- void visitEnd(const Property *property) final;
+ void visitPropertyStart(const Property *property) final;
+ void visitPropertyEnd(const Property *property) final;
- void visitStart(const PropertyGroup *propertyGroup) final;
- void visitEnd(const PropertyGroup *propertyGroup) final;
+ void visitPropertyGroupStart(const PropertyGroup *propertyGroup) final;
+ void visitPropertyGroupEnd(const PropertyGroup *propertyGroup) final;
std::ostream *m_device = nullptr;
QByteArray m_buffer;