summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-06-30 07:50:45 +0200
committerLiang Qi <liang.qi@qt.io>2016-06-30 07:50:45 +0200
commit574d92a43e1fc5480a7f5f79cc6baf566a53349f (patch)
tree727677d25d9f236b49cc0c4cd5766d6fcc365c40 /examples
parent16c62550ca5a189f4610d3246d252060ab7be129 (diff)
parent543fbe8f24ac9b534884d47787ee6cb3aad49150 (diff)
downloadqtxmlpatterns-574d92a43e1fc5480a7f5f79cc6baf566a53349f.tar.gz
Merge remote-tracking branch 'origin/5.6' into 5.7
Change-Id: I0b372947924113abfb00d77a655d71c43324ef99
Diffstat (limited to 'examples')
-rw-r--r--examples/xmlpatterns/schema/mainwindow.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/xmlpatterns/schema/mainwindow.cpp b/examples/xmlpatterns/schema/mainwindow.cpp
index 512a76f..688ecf0 100644
--- a/examples/xmlpatterns/schema/mainwindow.cpp
+++ b/examples/xmlpatterns/schema/mainwindow.cpp
@@ -75,13 +75,11 @@ protected:
Q_UNUSED(type);
Q_UNUSED(identifier);
- m_messageType = type;
m_description = description;
m_sourceLocation = sourceLocation;
}
private:
- QtMsgType m_messageType;
QString m_description;
QSourceLocation m_sourceLocation;
};