Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
6102ad9d
Commit
6102ad9d
authored
Feb 24, 2010
by
Kai Koehne
Browse files
Silence gcc warnings
parent
dd632ee9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/core/instances/objectnodeinstance.cpp
View file @
6102ad9d
...
...
@@ -339,7 +339,7 @@ static QVariant objectToVariant(QObject *object)
return
QVariant
::
fromValue
(
object
);
}
static
void
removeObjectFromList
(
const
QmlMetaProperty
&
metaProperty
,
QObject
*
object
,
QmlEngine
*
engine
)
static
void
removeObjectFromList
(
const
QmlMetaProperty
&
/*
metaProperty
*/
,
QObject
*
/*
object
*/
,
QmlEngine
*
/*
engine
*/
)
{
// ### Very few QML lists ever responded to removes
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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