Fix qVariantFromValue deprecation (#94)
This commit is contained in:
parent
8ceea29d3e
commit
0d638a6fae
|
|
@ -1 +1 @@
|
||||||
Subproject commit e0bdec4a7c93b4d4307fd89200000ff817a86c99
|
Subproject commit b0194da3e12370049e63c4682039ffd832aa7d2e
|
||||||
|
|
@ -187,7 +187,7 @@ inline bool nutClassInfo(const QMetaClassInfo &classInfo,
|
||||||
|
|
||||||
type = parts[0];
|
type = parts[0];
|
||||||
name = parts[1];
|
name = parts[1];
|
||||||
value = qVariantFromValue(parts[2]);
|
value = QVariant::fromValue(parts[2]);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue