summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/component.cpp
diff options
context:
space:
mode:
authorjkobus <jaroslaw.kobus@theqtcompany.com>2014-11-17 14:40:57 +0100
committerJarek Kobus <jaroslaw.kobus@theqtcompany.com>2014-12-01 13:18:12 +0100
commit12399b1b97e05626087cd2ebf673725d363a0a54 (patch)
tree364c2690ebe6e6e3f8b84adcd69bf8ecdc664767 /src/libs/installer/component.cpp
parentb3a473cc7d050c8392749e41f4afd56b898ee2db (diff)
Add ComponentChecker class for verifying the internal state.
Change-Id: I3361ad6c51d5a0f3beee049237e6b370d57a8f0d Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Diffstat (limited to 'src/libs/installer/component.cpp')
-rw-r--r--src/libs/installer/component.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/installer/component.cpp b/src/libs/installer/component.cpp
index 3d83d939d..5016b5020 100644
--- a/src/libs/installer/component.cpp
+++ b/src/libs/installer/component.cpp
@@ -60,7 +60,6 @@
using namespace QInstaller;
static const QLatin1String scScriptTag("Script");
-static const QLatin1String scDefault("Default");
static const QLatin1String scAutoDependOn("AutoDependOn");
static const QLatin1String scVirtual("Virtual");
static const QLatin1String scInstalled("Installed");