From 7a7102ad07c82c460bbe393931c13f95efd741fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Tue, 27 Nov 2012 14:57:19 +0100 Subject: Fixed abbreviations in QWindow::framePos() and QWindow::setFramePos(). As 672e7c875e8680818e23d0aef98129d95eb7e91c did changing pos() to position() and setPos() to setPosition(). Luckily there's not much code that uses these. Change-Id: I1e1982f00412a22bd376e667a5e8c30b6149f9b5 Reviewed-by: Lars Knoll Reviewed-by: Gunnar Sletta Reviewed-by: Friedemann Kleint --- src/gui/kernel/qplatformwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/kernel/qplatformwindow.cpp') diff --git a/src/gui/kernel/qplatformwindow.cpp b/src/gui/kernel/qplatformwindow.cpp index edd9a3d436..3bf06c6ab1 100644 --- a/src/gui/kernel/qplatformwindow.cpp +++ b/src/gui/kernel/qplatformwindow.cpp @@ -478,7 +478,7 @@ bool QPlatformWindow::frameStrutEventsEnabled() const it is the grabbing window. When any grab ends, the window under cursor will receive an enter event unless it was the grabbing window. - \li Window positioning: When calling \c{QWindow::setFramePos()}, the flag + \li Window positioning: When calling \c{QWindow::setFramePosition()}, the flag \c{QWindowPrivate::positionPolicy} is set to \c{QWindowPrivate::WindowFrameInclusive}. This means the position includes the window frame, whose size is at this point unknown and the geometry's topleft point is the position of the window frame. -- cgit v1.2.3