Skip to content

Commit

Permalink
fixup! fixup! feat: add file and color controller setting types
Browse files Browse the repository at this point in the history
  • Loading branch information
acolombier committed Oct 8, 2024
1 parent 74eebc4 commit a1cf79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controllers/legacycontrollersettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a1cf79d

Please sign in to comment.