Forward Slot from Class to other Class
General and Desktop
2
Posts
2
Posters
704
Views
2
Watching
-
Hi,
my class "Manager" has a slot " void setVisibleItem(bool on)" and a subclass the slot setVisible(bool on).
Now i tried to connect both slots like this:connect(this, SLOT(setVisibleItem(bool)), SM_Item, SLOT(setVisible(bool)));
i get the error message
undefiend reference to 'Manager::setVisibleitem(bool).How can i forward a slot?
Regards
Stefan