From a1cf79d87e02df555196e0370fffbbdc76c251d5 Mon Sep 17 00:00:00 2001 From: Antoine C Date: Tue, 8 Oct 2024 21:48:18 +0100 Subject: [PATCH] fixup! fixup! feat: add file and color controller setting types --- src/controllers/legacycontrollersettings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/legacycontrollersettings.h b/src/controllers/legacycontrollersettings.h index 4bf2fd65ffc8..dfa4fb605c30 100644 --- a/src/controllers/legacycontrollersettings.h +++ b/src/controllers/legacycontrollersettings.h @@ -539,8 +539,8 @@ class LegacyControllerFileSetting protected: LegacyControllerFileSetting(const QDomElement& element, - QFileInfo currentValue, - QFileInfo defaultValue) + const QFileInfo& currentValue, + const QFileInfo& defaultValue) : AbstractLegacyControllerSetting(element), m_savedValue(currentValue), m_defaultValue(defaultValue) {