From d55d93629b3a7616ceeae078ebfc90dc8598661b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20S=C3=B8rvig?= Date: Thu, 18 Aug 2022 23:43:53 +0200 Subject: wasm: move Q_AUTOTEST_EXPORT to correct location MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Should be placed between "class" and the class name. Change-Id: I418cdc2b200bf7b5147d4b4278f3d0b77786710d Reviewed-by: Tor Arne Vestbø --- src/plugins/platforms/wasm/qwasmwindowstack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/platforms/wasm/qwasmwindowstack.h b/src/plugins/platforms/wasm/qwasmwindowstack.h index e98ebf904c..2eb48b0865 100644 --- a/src/plugins/platforms/wasm/qwasmwindowstack.h +++ b/src/plugins/platforms/wasm/qwasmwindowstack.h @@ -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; -- cgit v1.2.3