summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2013-01-22 15:23:39 +0100
committerTim Jenssen <tim.jenssen@digia.com>2013-01-23 11:21:39 +0100
commit625ea83fa6cf7fbfa102302ff6fd47a15dec028c (patch)
treef36b6c2bccabdf938ef12baf793a66169cd7900c
parent594505538f875cf489f895e86f4d5c531f25ac9e (diff)
Disable updater button until we have an online repository.
Task: QTIFW-195 Change-Id: I3777e0a2dcdf27b1af92961861d62c59b9975dda Reviewed-by: Iikka Eklund <iikka.eklund@digia.com> Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
-rw-r--r--src/sdk/installerbasecommons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdk/installerbasecommons.cpp b/src/sdk/installerbasecommons.cpp
index 0c5932554..6683dcd7e 100644
--- a/src/sdk/installerbasecommons.cpp
+++ b/src/sdk/installerbasecommons.cpp
@@ -104,7 +104,7 @@ IntroductionPageImpl::IntroductionPageImpl(QInstaller::PackageManagerCore *core)
connect(core, SIGNAL(metaJobInfoMessage(QString)), this, SLOT(setMessage(QString)));
connect(core, SIGNAL(coreNetworkSettingsChanged()), this, SLOT(onCoreNetworkSettingsChanged()));
- m_updateComponents->setEnabled(ProductKeyCheck::instance()->hasValidKey());
+ // m_updateComponents->setEnabled(ProductKeyCheck::instance()->hasValidKey()); ### Todo: Remove for online installers
}
int IntroductionPageImpl::nextId() const