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:
Morten Sørvig 2022-08-18 23:43:53 +02:00 committed by Tor Arne Vestbø
parent 70e070ecbd
commit d55d93629b

View File

@ -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()>;