QTrayIcon segfault
- by crew4ok
Hi all.
In my code i tried to connect signal from QTrayIcon object and my form in such way:
connect(m_trayIcon, SIGNAL(activated(QSystemTrayIcon::ActivationReason)),
this, SLOT(iconActivated(QSystemTrayIcon::ActivationReason)));
But i received a segfault on this code. Any ideas?
P.S. Sorry for my bad english.