Fixed CVSSettings::equals

Change-Id: I893d740558ddcca1ac20f27088d9388a854be16d
Reviewed-on: http://codereview.qt.nokia.com/4103
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
Robert Loehning
2011-09-01 21:47:47 +02:00
committed by Robert Löhning
parent f4e59af18d
commit fa3fe48288

View File

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