mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-06 23:11:09 +02:00
Fix build
This commit is contained in:
parent
014aa189f6
commit
a653c7df0b
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ public slots:
|
||||||
Q_INVOKABLE bool askBeforeSetAvatarUrl(const QString& avatarUrl) { return askToSetAvatarUrl(avatarUrl); }
|
Q_INVOKABLE bool askBeforeSetAvatarUrl(const QString& avatarUrl) { return askToSetAvatarUrl(avatarUrl); }
|
||||||
|
|
||||||
void updateVerboseLogging();
|
void updateVerboseLogging();
|
||||||
Q_INVOKABLE void openAndroidActivity(const QString& activityName);
|
Q_INVOKABLE void openAndroidActivity(const QString& activityName, const bool backToScene);
|
||||||
Q_INVOKABLE void performHapticFeedback(const QString& feedbackConstant);
|
Q_INVOKABLE void performHapticFeedback(const QString& feedbackConstant);
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
|
|
Loading…
Reference in a new issue