mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-11 12:06:37 +00:00
chore: registering types is done after QGuiApplication
instantiation
This commit is contained in:
parent
d86befc4cd
commit
379e803d94
@ -148,10 +148,8 @@ void dos_qguiapplication_create()
|
||||
{
|
||||
static int argc = 1;
|
||||
static char *argv[] = {(char*)"Status"};
|
||||
|
||||
register_meta_types();
|
||||
|
||||
new QGuiApplication(argc, argv);
|
||||
register_meta_types();
|
||||
}
|
||||
|
||||
void dos_qguiapplication_clipboard_setText(const char* text)
|
||||
|
Loading…
x
Reference in New Issue
Block a user