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
373da663
Commit
373da663
authored
Oct 08, 2010
by
hjk
Browse files
debugger: compile fix for manual test
parent
5f5c9c9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp
View file @
373da663
...
...
@@ -458,17 +458,17 @@ QFileInfo testQFileInfo()
return
result
;
}
/*
void
testQFixed
()
{
/*
QFixed f = QFixed::fromReal(4.2);
f += 1;
f += 1;
f *= -1;
f += 1;
f += 1;
}
*/
}
QHash
<
int
,
float
>
testQHash
()
{
...
...
Write
Preview
Markdown
is supported
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