a11y: Fix warning about instance method '-invalidate' not found
The interface declaration of QMacAccessibilityElement lives in the Cocoa platform plugin. We replicate the needed parts in QtGui to silence the compiler. Change-Id: I2d1984c988777d3c7af82df90390624c93fd85b5 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>bb10
parent
cf38b12a27
commit
b6c03f58ce
|
|
@ -41,6 +41,11 @@
|
|||
|
||||
#include "qaccessiblecache_p.h"
|
||||
|
||||
// qcocoaaccessibilityelement.h in Cocoa platform plugin
|
||||
@interface QT_MANGLE_NAMESPACE(QMacAccessibilityElement)
|
||||
- (void)invalidate;
|
||||
@end
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
void QAccessibleCache::insertElement(QAccessible::Id axid, QT_MANGLE_NAMESPACE(QMacAccessibilityElement) *element) const
|
||||
|
|
|
|||
Loading…
Reference in New Issue