Utils: Add Q_DECLARE_METATYPE for FileSearchResultList

Change-Id: Ibef1fc5d06405ee1c7a50a0d950ba3ac49625f53
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2021-08-09 13:21:08 +02:00
parent 6615e67fbc
commit d5eea3f994

View File

@@ -210,3 +210,5 @@ QTCREATOR_UTILS_EXPORT QString expandRegExpReplacement(const QString &replaceTex
QTCREATOR_UTILS_EXPORT QString matchCaseReplacement(const QString &originalText, const QString &replaceText);
} // namespace Utils
Q_DECLARE_METATYPE(Utils::FileSearchResultList)