mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 06:04:42 +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); }
|
||||
|
||||
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);
|
||||
|
||||
private slots:
|
||||
|
|
Loading…
Reference in a new issue