aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2012-07-24 17:58:57 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-26 12:48:04 +0200
commitfcf9a6d7fbf44dc7f1d489c7682405e166c65b19 (patch)
tree732df9bcfb35f2d4c4f2e9b91f4768a17d6f5646 /tools
parent6de20bbeb322f949faf79cdb89230db5066981b5 (diff)
Remove work-around for Q_DECLARE_METATYPE(QFileInfo) being added to QtCore
Change-Id: Ibf1f9a451164982bcd50195b210c5b59e684937e Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/qmlscene/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/qmlscene/main.cpp b/tools/qmlscene/main.cpp
index 3ab7de3e8c..852fa1b3e0 100644
--- a/tools/qmlscene/main.cpp
+++ b/tools/qmlscene/main.cpp
@@ -171,9 +171,6 @@ struct Options
};
#if defined(QMLSCENE_BUNDLE)
-#ifndef QT_QFILEINFO_METATYPE_DEFINED
-Q_DECLARE_METATYPE(QFileInfo);
-#endif
QFileInfoList findQmlFiles(const QString &dirName)
{
QDir dir(dirName);