mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 17:30:12 +08:00
Ref T167, renaming LocalInDBusServer and verifyModelSet
This commit is contained in:
committed by
Mathew Sutcliffe
parent
988a4791ab
commit
7a87f986e2
@@ -391,7 +391,7 @@ void SwiftGuiStd::navigatorClosed()
|
||||
this->showNormal();
|
||||
}
|
||||
|
||||
void SwiftGuiStd::verifyDataAvailability()
|
||||
void SwiftGuiStd::verifyModelSet()
|
||||
{
|
||||
const CSimulatorInfo sims = sGui->getIContextSimulator()->simulatorsWithInitializedModelSet();
|
||||
if (sims.isNoSimulator())
|
||||
|
||||
@@ -246,8 +246,8 @@ private:
|
||||
//! Navigator dialog has been closed
|
||||
void navigatorClosed();
|
||||
|
||||
//! Checks if data such as model set etc. are available
|
||||
void verifyDataAvailability();
|
||||
//! Checks if model set is available
|
||||
void verifyModelSet();
|
||||
|
||||
//! The shared info objects have been loaded
|
||||
void sharedInfoObjectsLoaded();
|
||||
|
||||
@@ -154,7 +154,7 @@ void SwiftGuiStd::init()
|
||||
|
||||
emit sGui->startUpCompleted(true);
|
||||
m_init = true;
|
||||
QTimer::singleShot(2500, this, &SwiftGuiStd::verifyDataAvailability);
|
||||
QTimer::singleShot(2500, this, &SwiftGuiStd::verifyModelSet);
|
||||
|
||||
if (!sGui->isNetworkAccessible())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user