Skip to content
Snippets Groups Projects
Commit fa3fe482 authored by Robert Loehning's avatar Robert Loehning Committed by Robert Löhning
Browse files

Fixed CVSSettings::equals

Change-Id: I893d740558ddcca1ac20f27088d9388a854be16d
Reviewed-on: http://codereview.qt.nokia.com/4103


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarTobias Hunger <tobias.hunger@nokia.com>
parent f4e59af1
Branches
Tags
No related merge requests found
...@@ -94,7 +94,7 @@ void CVSSettings::toSettings(QSettings *settings) const ...@@ -94,7 +94,7 @@ void CVSSettings::toSettings(QSettings *settings) const
bool CVSSettings::equals(const CVSSettings &s) const bool CVSSettings::equals(const CVSSettings &s) const
{ {
return promptToSubmit == promptToSubmit return promptToSubmit == s.promptToSubmit
&& describeByCommitId == s.describeByCommitId && describeByCommitId == s.describeByCommitId
&& cvsCommand == s.cvsCommand && cvsCommand == s.cvsCommand
&& cvsRoot == s.cvsRoot && cvsRoot == s.cvsRoot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment