summaryrefslogtreecommitdiffstats
path: root/installerbuilder/common/repository.h
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/common/repository.h')
-rw-r--r--installerbuilder/common/repository.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/installerbuilder/common/repository.h b/installerbuilder/common/repository.h
index 8438df20b..9110725ad 100644
--- a/installerbuilder/common/repository.h
+++ b/installerbuilder/common/repository.h
@@ -61,8 +61,10 @@ public:
QString password() const;
void setPassword(const QString &password);
- uint qHash(const Repository &repository);
bool operator==(const Repository &other) const;
+ bool operator!=(const Repository &other) const;
+
+ uint qHash(const Repository &repository);
const Repository &operator=(const Repository &other);
friend QDataStream &operator>>(QDataStream &istream, Repository &repository);