remove extra copies (#3081)

This commit is contained in:
Zach H 2018-02-06 05:06:51 -05:00 committed by GitHub
parent 4cbec71882
commit fcfb2b12b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 20 deletions

View file

@ -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