https://bugs.kde.org/show_bug.cgi?id=352055
--- Comment #39 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit a0578e6e5dbd429366e6a9837af543a4c85b5a75 by David Edmundson, on behalf of Xuetian Weng. Committed on 15/12/2015 at 12:54. Pushed by davidedmundson into branch 'Plasma/5.5'. Workaround a system icon tray issue in bug QTimer::singleShot(time, QObject*, char*) QTimer::singleShot(time, QObject*, PointerToFunction) behave differently when time == 0 So the porting had an effect This patch migrates to QMetaObject::invokeMethod which is clearer There seems to be two different bug in 352055 but looks similar, the other one is fixed in Qt 5.6 according to Albert Astals Cid. M +3 -2 applets/systemtray/plugin/host.cpp http://commits.kde.org/plasma-workspace/a0578e6e5dbd429366e6a9837af543a4c85b5a75 -- You are receiving this mail because: You are watching all bug changes.