Comment 6 for bug 454597

Revision history for this message
Terence Simpson (tsimpson) wrote :

Actually, the C++ version does segfault:
#include <QtGui>

int main(int argc, char** argv) {
    QSystemTrayIcon::isSystemTrayAvailable();
}

$ ./a.out
Segmentation fault