mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Add Thread Names
This commit is contained in:
parent
55002a4585
commit
da719d8b8a
12 changed files with 43 additions and 2 deletions
|
@ -230,6 +230,7 @@ void AVOpenGLWidget::initializeGL()
|
|||
frame_fg = 0;
|
||||
|
||||
frame_uploader_thread = new QThread(this);
|
||||
frame_uploader_thread->setObjectName("Frame Uploader");
|
||||
frame_uploader_context->moveToThread(frame_uploader_thread);
|
||||
frame_uploader->moveToThread(frame_uploader_thread);
|
||||
frame_uploader_thread->start();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue