mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 21:45:34 +08:00
Ref T131, use context prerequisites testing and XSwiftBus copy in UI
This commit is contained in:
@@ -175,11 +175,7 @@ void SwiftGuiStd::init()
|
||||
emit sGui->startUpCompleted(true);
|
||||
m_init = true;
|
||||
|
||||
QTimer::singleShot(2500, this, &SwiftGuiStd::verifyModelSet);
|
||||
if (!sGui->isNetworkAccessible())
|
||||
{
|
||||
CLogMessage(this).error("No network interface, software will not work properly");
|
||||
}
|
||||
QTimer::singleShot(2500, this, &SwiftGuiStd::verifyPrerequisites);
|
||||
}
|
||||
|
||||
void SwiftGuiStd::initStyleSheet()
|
||||
|
||||
Reference in New Issue
Block a user