summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/schema/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xmlpatterns/schema/mainwindow.cpp')
-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;
};