Hi,
In my code I had implement the run(). Please see the code , which one i previous declare.

in .h file
Qt Code:
  1. virtual void run();
To copy to clipboard, switch view to plain text mode 

and in .cpp file

Qt Code:
  1. void CTest::run() {
  2. .....
  3. .....
  4. }
To copy to clipboard, switch view to plain text mode 

is it correct?