src/GUI/GettingStartedTip.hxx: fixed clang++ warning.
This commit is contained in:
parent
b5e3c08255
commit
0571418fe6
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ signals:
|
||||||
void standaloneChanged(bool standalone);
|
void standaloneChanged(bool standalone);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void itemChange(QQuickItem::ItemChange change, const QQuickItem::ItemChangeData &value);
|
void itemChange(QQuickItem::ItemChange change, const QQuickItem::ItemChangeData &value) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void registerWithScope();
|
void registerWithScope();
|
||||||
|
|
Loading…
Reference in a new issue