From fcf9a6d7fbf44dc7f1d489c7682405e166c65b19 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Tue, 24 Jul 2012 17:58:57 +0200 Subject: Remove work-around for Q_DECLARE_METATYPE(QFileInfo) being added to QtCore Change-Id: Ibf1f9a451164982bcd50195b210c5b59e684937e Reviewed-by: Rohan McGovern --- tools/qmlscene/main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/qmlscene') 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); -- cgit v1.2.3