Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.5.2
-
None
Description
... with a QApplication as parent.
This currently leads to a crash at the exit:
lass TestApp : public QApplication
{
Q_OBJECT
QIcon icon;
QSystemTrayIcon *tray_icon;
QTimer timer;
public:
TestApp(int &argc, char *argv[]) : QApplication(argc, argv)
~TestApp() { }
};