MCPcopy Create free account
hub / github.com/Artikash/Textractor / TextThreadString

Function TextThreadString

GUI/mainwindow.cpp:91–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 MainWindow* This = nullptr;
90
91 QString TextThreadString(TextThread& thread)
92 {
93 return QString("%1:%2:%3:%4:%5: %6").arg(
94 QString::number(thread.handle, 16),
95 QString::number(thread.tp.processId, 16),
96 QString::number(thread.tp.addr, 16),
97 QString::number(thread.tp.ctx, 16),
98 QString::number(thread.tp.ctx2, 16)
99 ).toUpper().arg(S(thread.name));
100 }
101
102 ThreadParam ParseTextThreadString(QString ttString)
103 {

Callers 2

ThreadAddedFunction · 0.85
ThreadRemovedFunction · 0.85

Calls 1

SFunction · 0.85

Tested by

no test coverage detected