Skip to content
Extraits de code Groupes Projets

Improve timingView with display of the ASS lines

Fermé Elliu a demandé de fusionner timingView-improve-rebased vers master
56 files
+ 1520
198
Comparer les modifications
  • Côte à côte
  • En ligne

Fichiers

@@ -32,7 +32,6 @@ AssFactory::initFromStorage() noexcept
@@ -32,7 +32,6 @@ AssFactory::initFromStorage() noexcept
}
}
}
}
// Other lines
else if (!currentSection.isEmpty()) {
else if (!currentSection.isEmpty()) {
const int separatorIndex = line.indexOf(": ");
const int separatorIndex = line.indexOf(": ");
const int baseValueIndex = separatorIndex + 2;
const int baseValueIndex = separatorIndex + 2;
@@ -155,7 +154,7 @@ AssFactory::getStyle(const QString &name) const noexcept
@@ -155,7 +154,7 @@ AssFactory::getStyle(const QString &name) const noexcept
return StyleWeakPtr(*styleIt);
return StyleWeakPtr(*styleIt);
// Will be unable to lock
// Will be unable to lock
return StyleWeakPtr(spareNullStylePtr);
return StyleWeakPtr();
}
}
bool
bool
Chargement en cours