Export class QAccessible::ActivationObserver.
Change a21dfab54e de-inlined its
destructor, so, the class needs to be exported.
Change-Id: I32d21622a944a93718f549060e5e5f7e71fd2646
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
bb10
parent
7e390967f3
commit
4bb00d9d06
|
|
@ -396,7 +396,7 @@ public:
|
|||
static UpdateHandler installUpdateHandler(UpdateHandler);
|
||||
static RootObjectHandler installRootObjectHandler(RootObjectHandler);
|
||||
|
||||
class ActivationObserver
|
||||
class Q_GUI_EXPORT ActivationObserver
|
||||
{
|
||||
public:
|
||||
virtual ~ActivationObserver();
|
||||
|
|
|
|||
Loading…
Reference in New Issue