QTrayIcon segfault
Posted
by crew4ok
on Stack Overflow
See other posts from Stack Overflow
or by crew4ok
Published on 2010-04-03T19:36:02Z
Indexed on
2010/04/03
19:43 UTC
Read the original article
Hit count: 260
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.
© Stack Overflow or respective owner