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, 2 insertions, 2 deletions
diff --git a/installerbuilder/common/repository.h b/installerbuilder/common/repository.h
index a2c77f4e0..fcce3e969 100644
--- a/installerbuilder/common/repository.h
+++ b/installerbuilder/common/repository.h
@@ -50,7 +50,7 @@ public:
bool isDefault() const;
QUrl url() const;
- void setUrl(const QUrl& url);
+ void setUrl(const QUrl &url);
bool isEnabled() const;
void setEnabled(bool enabled);
@@ -78,7 +78,7 @@ inline uint qHash(const Repository &repository)
return qHash(repository.url().toString());
}
-} // namespace QInstaller
+} // namespace QInstaller
Q_DECLARE_METATYPE(QInstaller::Repository)