mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
remove blocking log call
This commit is contained in:
+1
-4
@@ -1,6 +1,3 @@
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
// Copyright © 2021-2022 Adrian <adrian.eddy at gmail>
|
||||
|
||||
#![recursion_limit = "4096"]
|
||||
#![windows_subsystem = "windows"]
|
||||
|
||||
@@ -108,7 +105,7 @@ fn main() {
|
||||
|
||||
// let _ = util::install_crash_handler();
|
||||
// utils::init_logging();
|
||||
qmetaobject::log::init_qt_to_rust();
|
||||
// qmetaobject::log::init_qt_to_rust();
|
||||
|
||||
cpp!(unsafe [] {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user