Formatting font_manager.cpp

This commit is contained in:
Dan Paulat 2025-06-30 22:55:32 -05:00
parent 3a8cdb8ea1
commit afcca785eb

View file

@ -139,13 +139,13 @@ void FontManager::Impl::ConnectSignals()
}); });
} }
QObject::connect( QObject::connect(&SettingsManager::Instance(),
&SettingsManager::Instance(),
&SettingsManager::SettingsSaved, &SettingsManager::SettingsSaved,
self_, self_,
[this]() [this]()
{ {
std::scoped_lock lock {dirtyFontsMutex_, fontCategoryMutex_}; std::scoped_lock lock {dirtyFontsMutex_,
fontCategoryMutex_};
for (auto fontCategory : dirtyFonts_) for (auto fontCategory : dirtyFonts_)
{ {