PDA

View Full Version : QSystemTrayIcon signal messageClicked () not working on Unity



mero
10th July 2012, 10:36
Hello,

I've got problem on Ubuntu Unity ...
QSystemTrayIcon signal messageClicked () is not working, but on kde and windows is working good.



connect(trayIcon, SIGNAL(messageClicked()), this, SLOT(messageClicked()));


How can I fix it ? I need to include something on unity to fix it or what ?