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
b792b934
Commit
b792b934
authored
Dec 01, 2009
by
Friedemann Kleint
Browse files
Dumper: Compile fix.
parent
fe0d0999
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/auto/debugger/tst_dumpers.cpp
View file @
b792b934
...
...
@@ -110,7 +110,9 @@ public:
void
testMi
(
const
char
*
input
)
{
QCOMPARE
(
'\n'
+
QString
::
fromLatin1
(
GdbMi
(
input
).
toString
(
false
)),
GdbMi
gdbmi
;
gdbmi
.
fromString
(
QByteArray
(
input
));
QCOMPARE
(
'\n'
+
QString
::
fromLatin1
(
gdbmi
.
toString
(
false
)),
'\n'
+
QString
(
input
));
}
...
...
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