summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-12-03 08:21:37 (GMT)
committeraxis <qt-info@nokia.com>2009-12-03 08:21:37 (GMT)
commit01279a67d5d27089b645a4b6226e32b415709722 (patch)
tree9d5176a10a056f6eaa4f857d66bddbf9212a9fe3 /tools
parent78b2e552cca92859b2c126751ca5fc6fd83dd5cf (diff)
parentbc49609893d79dc12af459dad8750530da37e5ec (diff)
downloadQt-01279a67d5d27089b645a4b6226e32b415709722.zip
Qt-01279a67d5d27089b645a4b6226e32b415709722.tar.gz
Qt-01279a67d5d27089b645a4b6226e32b415709722.tar.bz2
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-staging2
Diffstat (limited to 'tools')
-rw-r--r--tools/xmlpatterns/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xmlpatterns/main.cpp b/tools/xmlpatterns/main.cpp
index a930b70..604523b 100644
--- a/tools/xmlpatterns/main.cpp
+++ b/tools/xmlpatterns/main.cpp
@@ -80,14 +80,14 @@ QT_USE_NAMESPACE
Represents the name and value found in "-param name=value".
*/
typedef QPair<QString, QString> Parameter;
-Q_DECLARE_METATYPE(Parameter);
+Q_DECLARE_METATYPE(Parameter)
/*!
\internal
\since 4.4
For the -output switch.
*/
-Q_DECLARE_METATYPE(QIODevice *);
+Q_DECLARE_METATYPE(QIODevice *)
/*!
\class PatternistApplicationParser