here is the definition of my thread:
Qt Code:
{ public: void run(); }; void MyThread::run() { int argc; char *argv[0]; MainWindow w; w.show(); a.exec(); }To copy to clipboard, switch view to plain text mode
here is the definition of my thread:
Qt Code:
{ public: void run(); }; void MyThread::run() { int argc; char *argv[0]; MainWindow w; w.show(); a.exec(); }To copy to clipboard, switch view to plain text mode
Last edited by Lykurg; 15th May 2011 at 14:28. Reason: changed [qtclass] to [code]
Bookmarks