QFileInfo: remove synchronisation macro

Staged after all other modules have removed their
Q_DECLARE_METATYPE(QFileInfo) copies.

Change-Id: I9ac42fcc5f333dd6e8b92c8755610f88cb7267a0
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
This commit is contained in:
Marc Mutz 2012-07-24 18:00:54 +02:00 committed by Qt by Nokia
parent b31501020f
commit f694b9c83f

View File

@ -158,7 +158,6 @@ typedef QList<QFileInfo> QFileInfoList;
QT_END_NAMESPACE
Q_DECLARE_METATYPE(QFileInfo)
#define QT_QFILEINFO_METATYPE_DEFINED
QT_END_HEADER