summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindow.h
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-11-02 15:56:30 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-11-02 18:40:18 +0100
commit2096463afc40acdabbaa587e18c0184f04d76dfb (patch)
tree2fc4bb8b980b0645cb867d27ef6206338193e7cc /src/gui/kernel/qwindow.h
parent8d361492623db312d80715eb182fff2c8f04680c (diff)
Fix typo
Change-Id: Ia8ce9ac486d1ee54a772367cba90b42197f622d1 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/gui/kernel/qwindow.h')
-rw-r--r--src/gui/kernel/qwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwindow.h b/src/gui/kernel/qwindow.h
index 6989d0bb63..d7625c5da4 100644
--- a/src/gui/kernel/qwindow.h
+++ b/src/gui/kernel/qwindow.h
@@ -318,7 +318,7 @@ public Q_SLOTS:
Q_REVISION(2, 1) void alert(int msec);
- Q_REVISION(2 ,3) void requestUpdate();
+ Q_REVISION(2, 3) void requestUpdate();
Q_SIGNALS:
void screenChanged(QScreen *screen);