Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
23df58ce
Commit
23df58ce
authored
Feb 21, 2017
by
Don Gagne
Browse files
Correct ownership
parent
321eb344
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/FactSystem/SettingsFact.cc
View file @
23df58ce
...
...
@@ -17,7 +17,7 @@
SettingsFact
::
SettingsFact
(
QObject
*
parent
)
:
Fact
(
parent
)
{
QQmlEngine
::
setObjectOwnership
(
this
,
QQmlEngine
::
CppOwnership
);
}
SettingsFact
::
SettingsFact
(
QString
settingGroup
,
FactMetaData
*
metaData
,
QObject
*
parent
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment