summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/threaddata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/threaddata.h')
-rw-r--r--src/plugins/debugger/threaddata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/threaddata.h b/src/plugins/debugger/threaddata.h
index 23f280c105..a011d88b81 100644
--- a/src/plugins/debugger/threaddata.h
+++ b/src/plugins/debugger/threaddata.h
@@ -89,7 +89,7 @@ struct ThreadData
// Permanent data.
ThreadId id;
- QByteArray groupId;
+ QString groupId;
QString targetId;
QString core;
bool stopped;