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