qutesample/QuteSample/mythread.cpp

12 lines
104 B
C++
Raw Normal View History

2022-02-18 17:32:14 +04:00
#include "mythread.h"
MyThread::MyThread()
: name(threadName)
{
}
void MyThread::run()
{
//
}