mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-30 15:39:42 +02:00
Scanning for code style
This commit is contained in:
parent
d55d467d3f
commit
76ce34a74b
4 changed files with 14 additions and 14 deletions
|
@ -20,7 +20,7 @@ class MarketplaceDialog : public OffscreenQmlDialog
|
||||||
HIFI_QML_DECL
|
HIFI_QML_DECL
|
||||||
|
|
||||||
public:
|
public:
|
||||||
MarketplaceDialog(QQuickItem *parent = 0);
|
MarketplaceDialog(QQuickItem* parent = nullptr);
|
||||||
|
|
||||||
Q_INVOKABLE bool navigationRequested(const QString& url);
|
Q_INVOKABLE bool navigationRequested(const QString& url);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue