mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-27 00:53:55 -07:00
Make SettingsManager params const ref (#5405)
* pass settingsPath by const ref * pass params by const ref * cleanup
This commit is contained in:
parent
f924b04efd
commit
bb4214e28a
16 changed files with 25 additions and 26 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include "card_override_settings.h"
|
||||
|
||||
CardOverrideSettings::CardOverrideSettings(QString settingPath, QObject *parent)
|
||||
CardOverrideSettings::CardOverrideSettings(const QString &settingPath, QObject *parent)
|
||||
: SettingsManager(settingPath + "cardPreferenceOverrides.ini", parent)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue