Mark QWaylandWindow::windowTitle as overriding base class impl
QPlatformWindow::windowTitle is newly introduced in qtbase and matches the semantics that QWaylandWindow::windowTitle already implements, so mark it as overriding the base class implementation. Task-number: QTBUG-127563 Change-Id: Ia43359a494fde41314220c8d57783d114d9b8fa4 Reviewed-by: David Redondo <qt@david-redondo.de>
This commit is contained in:
parent
92952bd04a
commit
4ef2c11560
@ -93,7 +93,7 @@ public:
|
||||
void setVisible(bool visible) override;
|
||||
void setParent(const QPlatformWindow *parent) override;
|
||||
|
||||
QString windowTitle() const;
|
||||
QString windowTitle() const override;
|
||||
void setWindowTitle(const QString &title) override;
|
||||
|
||||
inline QIcon windowIcon() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user