summaryrefslogtreecommitdiff
path: root/vcl/inc/qt5/Qt5Widget.hxx
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2019-06-22 02:25:24 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2019-06-22 19:28:12 +0200
commitab5f341efd144adb6b7d0e00fece76a2153acd10 (patch)
tree44f209fd16d851d8f9851ee8a8af1f8e1e904ca0 /vcl/inc/qt5/Qt5Widget.hxx
parent4cbf5a4f666ac4d7b01746bc36ab01400e28ff40 (diff)
Qt5 directly show tooltips + respect the help area
I'm not sure why this redirection was implemented, which also ommited the provided help area. I tried hard to use vc::Window code in the beginning, but that also mirrors the cursor position for the window. Using Qt here is simply straight forward, so just do that, Change-Id: Ia8c4efc1e43b915c4b071ee26d4da37d7580817c Reviewed-on: https://gerrit.libreoffice.org/74548 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'vcl/inc/qt5/Qt5Widget.hxx')
-rw-r--r--vcl/inc/qt5/Qt5Widget.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/qt5/Qt5Widget.hxx b/vcl/inc/qt5/Qt5Widget.hxx
index 8ead4b3ec945..85523951cda2 100644
--- a/vcl/inc/qt5/Qt5Widget.hxx
+++ b/vcl/inc/qt5/Qt5Widget.hxx
@@ -70,9 +70,6 @@ class Qt5Widget : public QWidget
void inputMethodEvent(QInputMethodEvent*) override;
QVariant inputMethodQuery(Qt::InputMethodQuery) const override;
-public slots:
- static void showTooltip(const OUString& rTip);
-
public:
Qt5Widget(Qt5Frame& rFrame, Qt::WindowFlags f = Qt::WindowFlags());