尝试写qt模拟器
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#include "workthread.h"
|
||||
|
||||
workthread::workthread()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void workthread::run()
|
||||
{
|
||||
while(1)
|
||||
{
|
||||
thred_loop();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user