QThread is abstract. You must instantiate your QThread subclass:
Qt Code:
mThread = new MyThread(this);To copy to clipboard, switch view to plain text mode
QThread is abstract. You must instantiate your QThread subclass:
Qt Code:
mThread = new MyThread(this);To copy to clipboard, switch view to plain text mode
sabeesh (1st January 2008)
Hi,
Ohhhh, It's my mistake. Sorry.
Thankyou for your help
Bookmarks