mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 08:03:54 -07:00
remove extra copies (#3081)
This commit is contained in:
parent
4cbec71882
commit
fcfb2b12b7
5 changed files with 5 additions and 20 deletions
|
|
@ -24,11 +24,8 @@ signals:
|
|||
public slots:
|
||||
|
||||
private:
|
||||
CardDatabaseSettings(QString settingPath, QObject *parent = 0);
|
||||
explicit CardDatabaseSettings(QString settingPath, QObject *parent = nullptr);
|
||||
CardDatabaseSettings( const CardDatabaseSettings& /*other*/ );
|
||||
CardDatabaseSettings( CardDatabaseSettings& /*other*/ );
|
||||
CardDatabaseSettings( volatile const CardDatabaseSettings& /*other*/ );
|
||||
CardDatabaseSettings( volatile CardDatabaseSettings& /*other*/ );
|
||||
};
|
||||
|
||||
#endif // CARDDATABASESETTINGS_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue