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
Marco Bubke
flatpak-qt-creator
Commits
27b1df58
Commit
27b1df58
authored
Apr 07, 2010
by
hjk
Browse files
debugger: add comment to not test QStandardItemModel with python dumpers
parent
197dc331
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/manual/gdbdebugger/simple/app.cpp
View file @
27b1df58
...
...
@@ -1092,6 +1092,8 @@ void testStdVector()
void
testQStandardItemModel
()
{
// This is known not to work with the Python dumpers.
// Tracked as http://bugreports.qt.nokia.com/browse/QTCREATORBUG-1009
QStandardItemModel
m
;
QStandardItem
*
i1
,
*
i2
,
*
i11
;
m
.
appendRow
(
QList
<
QStandardItem
*>
()
...
...
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