https://bugs.kde.org/show_bug.cgi?id=364807

RJVB <rjvber...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rjvber...@gmail.com

--- Comment #2 from RJVB <rjvber...@gmail.com> ---
FWIW, the correct cross-platform way of getting the icon to show up in task
switchers, Docks etc. is something along the lines of

app.setWindowIcon(QIcon::fromTheme("appIconName", app.windowIcon()));

this avoids replacing the application icon (resource) installed in or with the
application with an empty icon; as a general rule of thumb one can say that
platforms either store the app icon resource with the app (OS X, MS Windows) or
else they use an icon from a user-selectable icon theme from some central
location.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to