Actually, the C++ version does segfault:
#include <QtGui>
int main(int argc, char** argv) {
QSystemTrayIcon::isSystemTrayAvailable();
}$ ./a.out Segmentation fault -- Qt::SystemTrayIcon::isSystemTrayAvailable() segfault https://bugs.launchpad.net/bugs/454597 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kdebindings in ubuntu. -- kubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
