Add Q_REVISION(1) to QWindow::alert().
Task-number: QTBUG-32069 Task-number: QTBUG-30416 Change-Id: Idabf9962def24ecd709be7d981302c91c42ccac4 Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
This commit is contained in:
parent
12d45cdc49
commit
2f4cd18d3e
@ -291,7 +291,7 @@ public Q_SLOTS:
|
||||
void setMaximumWidth(int w);
|
||||
void setMaximumHeight(int h);
|
||||
|
||||
void alert(int msec);
|
||||
Q_REVISION(1) void alert(int msec);
|
||||
|
||||
Q_SIGNALS:
|
||||
void screenChanged(QScreen *screen);
|
||||
|
Loading…
Reference in New Issue
Block a user