From f694b9c83fc4512228d5c9b3384bf7f2e03bb5d5 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Tue, 24 Jul 2012 18:00:54 +0200 Subject: QFileInfo: remove synchronisation macro Staged after all other modules have removed their Q_DECLARE_METATYPE(QFileInfo) copies. Change-Id: I9ac42fcc5f333dd6e8b92c8755610f88cb7267a0 Reviewed-by: Rohan McGovern Reviewed-by: Stephen Kelly --- src/corelib/io/qfileinfo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/corelib/io/qfileinfo.h') diff --git a/src/corelib/io/qfileinfo.h b/src/corelib/io/qfileinfo.h index bccecd695e..c81e440510 100644 --- a/src/corelib/io/qfileinfo.h +++ b/src/corelib/io/qfileinfo.h @@ -158,7 +158,6 @@ typedef QList QFileInfoList; QT_END_NAMESPACE Q_DECLARE_METATYPE(QFileInfo) -#define QT_QFILEINFO_METATYPE_DEFINED QT_END_HEADER -- cgit v1.2.3