In this thread, I created my class and made the arrangements for monitoring it.
How can I delete the class? I can't find a way that will work, myne just crashes the app.
Qt Code:
  1. void deleteClass(MyClass *class)
  2. {
  3. class->disconnect();
  4. delete class;
  5. }
To copy to clipboard, switch view to plain text mode