qutesample/QuteSample/mythread.cpp
2022-02-18 17:32:14 +04:00

11 lines
104 B
C++

#include "mythread.h"
MyThread::MyThread()
: name(threadName)
{
}
void MyThread::run()
{
//
}