From 420438b5d304f815b65510fa8678beb08bcc4fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 16 Dec 2015 15:55:12 +0100 Subject: iOS: Implement support for QApplication::beep() Vibrates the device or plays an alert sound on devices that do not support vibration. The other implementations of beep() have been moved to QPlatformIntegration as a proper API instead of having them as invokables in QPlatformNativeInterface. Change-Id: Ic597dbef04b46d49862b070e78ddfc0d763829a2 Reviewed-by: Simon Hausmann Reviewed-by: Kai Uwe Broulik --- src/gui/kernel/qplatformintegration.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/kernel/qplatformintegration.h') diff --git a/src/gui/kernel/qplatformintegration.h b/src/gui/kernel/qplatformintegration.h index af89a73455..382e16b4ca 100644 --- a/src/gui/kernel/qplatformintegration.h +++ b/src/gui/kernel/qplatformintegration.h @@ -176,6 +176,8 @@ public: void removeScreen(QScreen *screen); + virtual void beep() const; + protected: void screenAdded(QPlatformScreen *screen, bool isPrimary = false); void destroyScreen(QPlatformScreen *screen); -- cgit v1.2.3