mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Ref T529, using sort order in model loader
This commit is contained in:
committed by
Mat Sutcliffe
parent
728a76fc2c
commit
001d90bd6b
@@ -144,6 +144,7 @@ namespace BlackMisc
|
||||
u"Empty or not existing '%1' directory '%2', skipping read")
|
||||
<< simulator.toQString() << modelDirectories.join(", ");
|
||||
m_loadingMessages.push_back(status);
|
||||
m_loadingMessages.freezeOrder();
|
||||
emit this->loadingFinished(m_loadingMessages, simulator, LoadingSkipped);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user