forked from lubuwest/Friendiqa
Friendiqa v0.2.1
This commit is contained in:
parent
c85f857afe
commit
ee50729e0d
45 changed files with 580 additions and 146 deletions
|
@ -23,3 +23,8 @@ void AndroidNative::SystemDispatcherProxy::loadClass(QString className)
|
|||
{
|
||||
SystemDispatcher::instance()->loadClass(className);
|
||||
}
|
||||
|
||||
void AndroidNative::SystemDispatcherProxy::setInitialized()
|
||||
{
|
||||
SystemDispatcher::instance()->setInitialized();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue