forked from qt-creator/qt-creator
Display thread names
extract thread names from QThread object name Task-Number: QTCREATORBUG-382 Reviewed-by: hjk
This commit is contained in:
@@ -59,6 +59,7 @@ struct ThreadData
|
||||
FileColumn,
|
||||
LineColumn,
|
||||
StateColumn,
|
||||
NameColumn,
|
||||
CoreColumn,
|
||||
ColumnCount = CoreColumn
|
||||
};
|
||||
@@ -77,6 +78,7 @@ struct ThreadData
|
||||
QString fileName;
|
||||
QString state;
|
||||
int lineNumber;
|
||||
QString name;
|
||||
};
|
||||
|
||||
typedef QVector<ThreadData> Threads;
|
||||
|
||||
Reference in New Issue
Block a user