mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix non-android builds(performHapticFeedback)
This commit is contained in:
parent
83399e4c6d
commit
55a946c6c7
1 changed files with 2 additions and 0 deletions
|
@ -7943,7 +7943,9 @@ void Application::openAndroidActivity(const QString& activityName) {
|
|||
}
|
||||
|
||||
void Application::performHapticFeedback(const QString& feedbackConstant) {
|
||||
#if defined(Q_OS_ANDROID)
|
||||
AndroidHelper::instance().performHapticFeedback(feedbackConstant);
|
||||
#endif
|
||||
}
|
||||
|
||||
#if defined(Q_OS_ANDROID)
|
||||
|
|
Loading…
Reference in a new issue