Skip to content

Commit 5115975

Browse files
Eismigorkorsukov
authored andcommitted
added export of platform interactive
1 parent 3c6133b commit 5115975

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/framework/interactive/interactivemodule.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
#include "internal/interactive.h"
3030
#include "internal/interactiveuriregister.h"
31+
#include "internal/platforminteractive.h"
3132
#include "types/uri.h"
3233

3334
#ifdef Q_OS_WASM
@@ -51,6 +52,7 @@ std::string InteractiveModule::moduleName() const
5152
void InteractiveModule::registerExports()
5253
{
5354
globalIoc()->registerExport<IInteractiveUriRegister>(mname, new InteractiveUriRegister());
55+
globalIoc()->registerExport<IPlatformInteractive>(mname, new PlatformInteractive());
5456
}
5557

5658
void InteractiveModule::registerApi()

0 commit comments

Comments
 (0)