summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindow.cpp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@qt.io>2020-10-28 19:46:19 +0100
committerJerome Pasion <jerome.pasion@qt.io>2020-10-29 09:26:05 +0100
commitb961fb42e298673e2a6729df415ae19e85a82bd0 (patch)
treeaea9e1290b5ec0f84bd227f441773717c52cedf5 /src/gui/kernel/qwindow.cpp
parent950e628fd842f22ac741b18440fcc99213820587 (diff)
Change terminology to "look and feel"
-should be "look and feel" Task-number: QTBUG-88010 Change-Id: Icd71c84e2331faa317a228cdbaaa82e7598b781f Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/gui/kernel/qwindow.cpp')
-rw-r--r--src/gui/kernel/qwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwindow.cpp b/src/gui/kernel/qwindow.cpp
index b0c07cb632..e761fe8e4c 100644
--- a/src/gui/kernel/qwindow.cpp
+++ b/src/gui/kernel/qwindow.cpp
@@ -1066,7 +1066,7 @@ void QWindow::lower()
it will make the window resize so that its edge follows the mouse cursor.
On platforms that support it, this method of resizing windows is preferred over
- \c setGeometry, because it allows a more native look-and-feel of resizing windows, e.g.
+ \c setGeometry, because it allows a more native look and feel of resizing windows, e.g.
letting the window manager snap this window against other windows, or special resizing
behavior with animations when dragged to the edge of the screen.