Hi all.
I having a strange issue with collections. QList in specific.
I try to use:
Code:
QList<QPixpam *> temp
When I go in to the 'temp' variable in debug mode, i see:
"not accessible" and "unavailable synchroneous data"
I've reproduced the problem in a simple test application.
I created a new project in which I added a single line of code (the line above). The problem persists for various types of QObjects (Including QObject itself). Using primitive types (like int) is causing no problems.
I also tried using a simple array of QPixmap but the problem persists.
Note the code is working fine at run time. This is only a debugger issue..
I having a strange issue with collections. QList in specific.
I try to use:
"not accessible" and "unavailable synchroneous data"
I've reproduced the problem in a simple test application.
I created a new project in which I added a single line of code (the line above). The problem persists for various types of QObjects (Including QObject itself). Using primitive types (like int) is causing no problems.
I also tried using a simple array of QPixmap but the problem persists.
Note the code is working fine at run time. This is only a debugger issue..
Last edited by avieli; 2011-10-10 at 14:34.