summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget_p.h
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-07-07 22:11:14 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-07-07 23:09:38 +0000
commit4f952aaea13adfc2d271ed98f111fc8f6d9614ef (patch)
treef49db9d74611be2b2a7a55e0dfcdb315166338d6 /src/widgets/kernel/qwidget_p.h
parenta2cef41a3199b7bdaa64c911c7a2e7d0b0daecd4 (diff)
Move method only used in keypad navigation to a better place
QDesktopWidget in particular doesn't use that code anymore. Change-Id: I8eed752175c5478663b25872c7ffe78c814245d7 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/widgets/kernel/qwidget_p.h')
-rw-r--r--src/widgets/kernel/qwidget_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/widgets/kernel/qwidget_p.h b/src/widgets/kernel/qwidget_p.h
index 08954cc778..f6a1ee539d 100644
--- a/src/widgets/kernel/qwidget_p.h
+++ b/src/widgets/kernel/qwidget_p.h
@@ -398,8 +398,6 @@ public:
void reparentFocusWidgets(QWidget *oldtlw);
- static int pointToRect(const QPoint &p, const QRect &r);
-
void setWinId(WId);
void showChildren(bool spontaneous);
void hideChildren(bool spontaneous);