Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tobias Hunger
qt-creator
Commits
088a4bd3
Commit
088a4bd3
authored
Apr 07, 2009
by
Marco Bubke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ask for dumper for QSharedPointer
parent
8e16a02a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
tests/manual/gdbdebugger/simple/app.cpp
tests/manual/gdbdebugger/simple/app.cpp
+6
-0
No files found.
tests/manual/gdbdebugger/simple/app.cpp
View file @
088a4bd3
...
...
@@ -39,6 +39,7 @@
#include <QtCore/QThread>
#include <QtCore/QVariant>
#include <QtCore/QVector>
#include <QtCore/QSharedPointer>
#include <QtGui/QApplication>
#include <QtGui/QAction>
...
...
@@ -493,6 +494,11 @@ void testQSet()
//hash.insert(ptr);
}
void
testQSharedPointer
()
{
}
void
stringRefTest
(
const
QString
&
refstring
)
{
Q_UNUSED
(
refstring
);
...
...
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