mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Fixed #326 wrong and unnecessary Q_DECLARE_METATYPE caused duplicate definitions of class template explicit specialization
This commit is contained in:
@@ -148,9 +148,7 @@ typedef BlackMisc::CDictionary<BlackMisc::CTestValueObject, BlackMisc::CTestValu
|
||||
typedef BlackMisc::CDictionary<BlackMisc::CNotHashable, QString> CNotHashableDictionary;
|
||||
typedef BlackMisc::CDictionary<BlackMisc::CNotHashable, QString, QMap> CNotHashableMapDictionary;
|
||||
Q_DECLARE_METATYPE(CValueObjectDictionary)
|
||||
Q_DECLARE_METATYPE(CValueObjectHashDictionary)
|
||||
Q_DECLARE_METATYPE(CNotHashableDictionary)
|
||||
Q_DECLARE_METATYPE(CNotHashableMapDictionary)
|
||||
|
||||
// MSVC has trouble with these checks
|
||||
#if !defined(Q_CC_MSVC)
|
||||
|
||||
Reference in New Issue
Block a user