mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
@ -403,8 +403,8 @@ void Component::updateCachedData()
|
||||
}
|
||||
}
|
||||
|
||||
void Component::waitLoadMeta() {
|
||||
|
||||
void Component::waitLoadMeta()
|
||||
{
|
||||
if (!m_loaded) {
|
||||
if (!m_metaVersion || !m_metaVersion->isLoaded()) {
|
||||
// wait for the loaded version from meta
|
||||
@ -415,7 +415,8 @@ void Component::waitLoadMeta() {
|
||||
}
|
||||
}
|
||||
|
||||
QDebug operator<<(QDebug d, const Component& comp) {
|
||||
QDebug operator<<(QDebug d, const Component& comp)
|
||||
{
|
||||
d << "Component(" << comp.m_uid << " : " << comp.m_cachedVersion << ")";
|
||||
return d;
|
||||
}
|
||||
|
Reference in New Issue
Block a user