diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2018-10-18 16:48:48 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2018-10-19 16:08:49 +0200 |
commit | a9342497f309be256e6c7d43065c160378a48e1a (patch) | |
tree | 78b940443b215d0d8b2ebcd96769c542bca63296 /vcl/inc/qt5/Qt5Object.hxx | |
parent | 23f3246dfa0c212ae662c14fa2d0c0ad1d222041 (diff) |
tdf#120452: Just enough of SystemEnvData in Qt5Object
the video in the presentation still doesn't play but at least the
crash is gone
Change-Id: I78ab4ff9412998f235a4b44a23b0e9d3ef4143e0
Reviewed-on: https://gerrit.libreoffice.org/61944
Tested-by: Jenkins
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'vcl/inc/qt5/Qt5Object.hxx')
-rw-r--r-- | vcl/inc/qt5/Qt5Object.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/qt5/Qt5Object.hxx b/vcl/inc/qt5/Qt5Object.hxx index ecfdbf7d37b2..99fef78a681b 100644 --- a/vcl/inc/qt5/Qt5Object.hxx +++ b/vcl/inc/qt5/Qt5Object.hxx @@ -49,7 +49,7 @@ public: virtual void SetForwardKey(bool bEnable) override; - virtual const SystemEnvData* GetSystemData() const override; + virtual const SystemEnvData* GetSystemData() const override { return &m_aSystemData; } }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |