mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-07 02:05:00 +00:00
Fixed typo
This commit is contained in:
parent
5e9cf4cf4a
commit
ead6f000ef
@ -191,7 +191,7 @@ struct DosQmlRegisterSingletonHelper<0>
|
|||||||
int dosQmlRegisterSingletonType(QmlRegisterType args)
|
int dosQmlRegisterSingletonType(QmlRegisterType args)
|
||||||
{
|
{
|
||||||
static int i = 0;
|
static int i = 0;
|
||||||
return DosQmlRegisterHelper<35>::Register(i++, std::move(args));
|
return DosQmlRegisterSingletonHelper<35>::Register(i++, std::move(args));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user