Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 2.2.0
-
Windows 7(64), MinGW, Qt 4.7.1 (installer)
-
2e4b44724d23798440e846f9a6175ae4b38b5425
Description
Inside function testQLinkedList from the simple gdb project test, there's a QLinkedList<qulonglong> object. The data displayed in the local views for its elements is correct. However, the "arrow/expanding button" which is usually displayed only for aggregate types is visible (please see screen shot). It shouldn't be since the elements are qulonglong.