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)
Bookmarks