summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/api/qxmlschema.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/api/qxmlschema.h')
-rw-r--r--src/xmlpatterns/api/qxmlschema.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmlpatterns/api/qxmlschema.h b/src/xmlpatterns/api/qxmlschema.h
index dedabfb..6f081ed 100644
--- a/src/xmlpatterns/api/qxmlschema.h
+++ b/src/xmlpatterns/api/qxmlschema.h
@@ -64,6 +64,7 @@ class Q_XMLPATTERNS_EXPORT QXmlSchema
public:
QXmlSchema();
QXmlSchema(const QXmlSchema &other);
+ QXmlSchema &operator=(const QXmlSchema &other);
~QXmlSchema();
bool load(const QUrl &source);