mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 17:14:52 -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
|
|
@ -3,7 +3,7 @@
|
|||
#include <QDebug>
|
||||
#include <utility>
|
||||
|
||||
ServersSettings::ServersSettings(QString settingPath, QObject *parent)
|
||||
ServersSettings::ServersSettings(const QString &settingPath, QObject *parent)
|
||||
: SettingsManager(settingPath + "servers.ini", parent)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue