Quote Originally Posted by FelixB View Post
maybe you forgot the Q_OBJECT macro? is searchfunc" defined as a slot?
Hi FelixB

This is what i have in the mainwindow.h file

Qt Code:
  1. private slots:
  2. void searchfunc(QString searchtext);
To copy to clipboard, switch view to plain text mode