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
Marco Bubke
flatpak-qt-creator
Commits
c3928bfb
Commit
c3928bfb
authored
Jun 29, 2010
by
Kai Koehne
Browse files
QmlDesigner: Fix compilation warning (gcc)
parent
3281a9e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/designercore/model/internalnode.cpp
View file @
c3928bfb
...
...
@@ -48,9 +48,9 @@ namespace Internal {
*/
InternalNode
::
InternalNode
()
:
m_valid
(
false
),
m_majorVersion
(
0
),
m_minorVersion
(
0
)
m_minorVersion
(
0
),
m_valid
(
false
)
{
}
...
...
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