summaryrefslogtreecommitdiff
path: root/vcl/inc/qt5/Qt5Instance.hxx
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2019-06-15 11:55:08 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2019-06-15 14:54:39 +0200
commit045de7a51f402062f23a3deeb15a199fd039a6f2 (patch)
tree2f5a6c7c3522310756a5bfbed69a99ea2a454e85 /vcl/inc/qt5/Qt5Instance.hxx
parentf75c2b04785aa05cff3bcd52689feb7400a14e8e (diff)
tdf#125934 Qt5 set the desktop file name
This is a preliminary fix, so LO on Wayland has an application icon at all. As the result, the start center icon will appear as the application icon on Wayland for all windows. For the proper, per QWindow fix, we need some QtCore and QtWayland changes, to allow setting the appId per QWindow and eventually a Waylnad XDG shell spec update, to officially allow a top level window to change its appId. Change-Id: Icefcfc992836e0c657237984d7d88561b26b06a2 Reviewed-on: https://gerrit.libreoffice.org/74097 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'vcl/inc/qt5/Qt5Instance.hxx')
-rw-r--r--vcl/inc/qt5/Qt5Instance.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/qt5/Qt5Instance.hxx b/vcl/inc/qt5/Qt5Instance.hxx
index 6c4afd328ee2..2411cdb7f52c 100644
--- a/vcl/inc/qt5/Qt5Instance.hxx
+++ b/vcl/inc/qt5/Qt5Instance.hxx
@@ -65,6 +65,7 @@ class VCLPLUG_QT5_PUBLIC Qt5Instance : public QObject,
bool m_bUpdateFonts;
DECL_LINK(updateStyleHdl, Timer*, void);
+ void AfterAppInit() override;
private Q_SLOTS:
bool ImplYield(bool bWait, bool bHandleAllCurrentEvents);