summaryrefslogtreecommitdiffstats
path: root/installerbuilder/common/repository.h
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-05-09 14:07:01 +0200
committerkh1 <qt-info@nokia.com>2011-05-09 14:07:01 +0200
commit9cdc4b7db42bb097e486d1e57d969b80bc866b71 (patch)
treebb5fb89846bcaf010ff0f595e6785ac396a45b69 /installerbuilder/common/repository.h
parent8fdcd81bc1bb987f0d3065e2e38883709ace2a80 (diff)
Repositories are always "required" now.
Diffstat (limited to 'installerbuilder/common/repository.h')
-rw-r--r--installerbuilder/common/repository.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/installerbuilder/common/repository.h b/installerbuilder/common/repository.h
index badaed5c9..674abbed2 100644
--- a/installerbuilder/common/repository.h
+++ b/installerbuilder/common/repository.h
@@ -43,12 +43,8 @@ public:
QUrl url() const;
void setUrl(const QUrl& url);
- bool required() const;
- void setRequired(bool required);
-
private:
QUrl m_url;
- bool m_required;
};
} // namespace QInstaller