wasm: move Q_AUTOTEST_EXPORT to correct location
Should be placed between "class" and the class name. Change-Id: I418cdc2b200bf7b5147d4b4278f3d0b77786710d Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
70e070ecbd
commit
d55d93629b
@ -21,7 +21,7 @@ class QWasmWindow;
|
||||
// Access to the top element is facilitated by |topWindow|.
|
||||
// Changes to the top element are signaled via the |topWindowChangedCallback| supplied at
|
||||
// construction.
|
||||
Q_AUTOTEST_EXPORT class QWasmWindowStack
|
||||
class Q_AUTOTEST_EXPORT QWasmWindowStack
|
||||
{
|
||||
public:
|
||||
using TopWindowChangedCallbackType = std::function<void()>;
|
||||
|
Loading…
Reference in New Issue
Block a user