diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-11-14 00:10:58 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-11-14 09:07:14 +0100 |
commit | 15fb717539c00fe26c59a6b1b86b464764b9749a (patch) | |
tree | df3ba5698f1e81c9ec0d5398540a5da632536c8d /vcl/qt5 | |
parent | 97b5b99d715733dde6c0e8ed59b3f16236a7fff1 (diff) |
No need for bestmaxFrameSizeForScreenSize to be declared publicly
It is used only inside vcl, and it should stay that way.
Change-Id: Ia1a14ab13cb7d3580771c880f959abb2b695b032
Reviewed-on: https://gerrit.libreoffice.org/44698
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'vcl/qt5')
-rw-r--r-- | vcl/qt5/Qt5Frame.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/qt5/Qt5Frame.cxx b/vcl/qt5/Qt5Frame.cxx index e853b7d43d9e..95e3363efe3f 100644 --- a/vcl/qt5/Qt5Frame.cxx +++ b/vcl/qt5/Qt5Frame.cxx @@ -33,6 +33,7 @@ #include <QtWidgets/QApplication> #include <saldatabasic.hxx> +#include <window.h> #include <vcl/layout.hxx> #include <vcl/syswin.hxx> |