3#include <NDEVR/TimeSpan.h>
4#include <NDEVR/ApplicationOptions.h>
6#if defined(Q_OS_ANDROID)
7#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
8 #define JNIObject QAndroidJniObject
10 #define JNIObject QJniObject
25 static bool SystemSupportsVibrate();
31 void requestVibrate(
const TimeSpan& span = default_buzz_length.
get());
The default object to store data of any type that should persist through sessions of the application.
Definition Button.h:57
t_type get() const
Definition ApplicationOptions.h:102
Definition QTVibrationManager.h:17
static ApplicationOption< bool > global_vibrate
Definition QTVibrationManager.h:27
static ApplicationOption< TimeSpan > default_buzz_length
Definition QTVibrationManager.h:28