diff options
-rw-r--r-- | src/gui/kernel/qwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |