Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.1.1
-
None
-
- Mac OSX 10.8.4
- Qt 5.1.1 installed with the online installer
Description
Since Qt 5.1, QSystemTrayIcon::showMessage() uses Growl on mac os prior to 10.8 and uses the native notification center on 10.8+.
I'm on 10.8.4, and a simple call to showMessage() shows nothing on my mac, is correctly working on my VM (Win XP) and is correctly working on Mac OS 10.9 (tested with a compiled (on 10.8.4) app)
main.cpp
// ... /// QSystemTrayIcon *sysTray(QIcon(":/icons/svg")); sysTray->show(); sysTray->showMessage(QObject::tr("First start"), QObject::tr("Generating UUID...")); // ... //
Attachments
For Gerrit Dashboard: QTBUG-33733 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
67452,1 | Mac: QSystemTrayIcon::showMessage() works on 10.8 without Growl | stable | qt/qtbase | Status: ABANDONED | -2 | 0 |