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
Tobias Hunger
qt-creator
Commits
942b12da
Commit
942b12da
authored
Jun 08, 2010
by
dt
Browse files
Fix unused parameter warning
parent
cc295bc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/outputparser_test.cpp
View file @
942b12da
...
...
@@ -142,6 +142,7 @@ void OutputParserTester::appendOutputParser(IOutputParser *parser)
void
OutputParserTester
::
outputAdded
(
const
QString
&
line
,
const
QTextCharFormat
&
textCharFormat
)
{
Q_UNUSED
(
textCharFormat
);
if
(
!
m_receivedOutput
.
isEmpty
())
m_receivedOutput
.
append
(
QChar
(
'\n'
));
m_receivedOutput
.
append
(
line
);
...
...
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