debugger: fix display of correct thread in the thread combobox

This commit is contained in:
hjk
2010-07-21 13:11:03 +02:00
parent 57c96ee3a9
commit dfd44a0ceb
6 changed files with 26 additions and 30 deletions

View File

@@ -1347,6 +1347,9 @@ public:
//sleep(1);
std::cerr << m_id;
}
if (m_id == 2) {
++j;
}
std::cerr << j;
}
@@ -1937,7 +1940,7 @@ int main(int argc, char *argv[])
# endif
testQStringList();
testStruct();
// testQThread();
//testQThread();
testQVariant1();
testQVariant2();
testQVariant3();