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
Tobias Hunger
qt-creator
Commits
ae83b4b7
Commit
ae83b4b7
authored
Jan 11, 2011
by
Friedemann Kleint
Browse files
Debugger: Fix Compiler warning.
parent
7ff4b1fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/qml/qmlengine.cpp
View file @
ae83b4b7
...
...
@@ -210,7 +210,7 @@ void QmlEngine::setupInferior()
}
}
void
QmlEngine
::
appendMessage
(
const
QString
&
msg
,
ProjectExplorer
::
OutputFormat
format
)
void
QmlEngine
::
appendMessage
(
const
QString
&
msg
,
ProjectExplorer
::
OutputFormat
/*
format
*/
)
{
showMessage
(
msg
,
AppStuff
);
// FIXME: Redirect to RunControl
}
...
...
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