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
Marco Bubke
flatpak-qt-creator
Commits
1f458da6
Commit
1f458da6
authored
Apr 16, 2009
by
hjk
Browse files
debugger: add a destructor in the manual test
parent
5076be59
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/manual/gdbdebugger/simple/app.cpp
View file @
1f458da6
...
...
@@ -87,6 +87,12 @@ public:
b
=
2
+
s
+
t
;
a
+=
1
;
}
~
Foo
()
{
a
=
5
;
}
void
doit
()
{
static
QObject
ob
;
...
...
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