Declare ResourceId Qt metatype in public header so it's QVariant'able

This commit is contained in:
baldurk
2017-11-14 17:33:02 +00:00
parent 25de6726f6
commit 1776b4e6c0
7 changed files with 8 additions and 10 deletions
-1
View File
@@ -55,7 +55,6 @@ float aspect(const QSizeF &s)
}
Q_DECLARE_METATYPE(Following);
Q_DECLARE_METATYPE(ResourceId);
const Following Following::Default = Following();