Commit 23df58ce authored by Don Gagne's avatar Don Gagne

Correct ownership

parent 321eb344
......@@ -17,7 +17,7 @@
SettingsFact::SettingsFact(QObject* parent)
: Fact(parent)
{
QQmlEngine::setObjectOwnership(this, QQmlEngine::CppOwnership);
}
SettingsFact::SettingsFact(QString settingGroup, FactMetaData* metaData, QObject* parent)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment