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

@ -47,11 +47,8 @@ signals:
public slots:
private:
ServersSettings(QString settingPath,QObject *parent = 0);
explicit ServersSettings(QString settingPath,QObject *parent = nullptr);
ServersSettings( const ServersSettings& /*other*/ );
ServersSettings( ServersSettings& /*other*/ );
ServersSettings( volatile const ServersSettings& /*other*/ );
ServersSettings( volatile ServersSettings& /*other*/ );
};
#endif // SERVERSSETTINGS_H