专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅

如果这里解决不了您遇到的实际问题,请到老妖社区问问老妖们如何解决
//threadTest.h #ifndef THREADTEST_H #define THREADTEST_H #include <qthread.h> #include "test.h" class MyThread : public qthread { protected : virtual void run(); }; MyThread myThread; void Test::newSlot() { myThread.start(); } #endif //////////////////////////////// /... [阅读全文] [PDF]
1 共1条 分1页