mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 09:46:38 +00:00
chore: registering types is done after QGuiApplication
instantiation
This commit is contained in:
parent
e2eaca42f8
commit
36167739e9
4
vendor/DOtherSide/lib/src/DOtherSide.cpp
vendored
4
vendor/DOtherSide/lib/src/DOtherSide.cpp
vendored
@ -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