From 2096463afc40acdabbaa587e18c0184f04d76dfb Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Mon, 2 Nov 2020 15:56:30 +0100 Subject: [PATCH] Fix typo Change-Id: Ia8ce9ac486d1ee54a772367cba90b42197f622d1 Reviewed-by: Ulf Hermann --- src/gui/kernel/qwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/kernel/qwindow.h b/src/gui/kernel/qwindow.h index 6989d0bb63c..d7625c5da44 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);