summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/component.cpp
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@nokia.com>2012-04-27 14:12:41 +0200
committerTim Jenssen <tim.jenssen@nokia.com>2012-04-27 16:23:36 +0200
commitc862c2820e08435fa2c50611394e2c7e3be9052c (patch)
treec7faa4de9a5e998ca64ef216a6036903738a915f /src/libs/installer/component.cpp
parent29cf8564aa4c2ca9c839b47658e532015444ce58 (diff)
use scCommaRegExp where ever we can
Change-Id: I484e20fd53c2710595c5d4eb28878932eebafe35 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
Diffstat (limited to 'src/libs/installer/component.cpp')
-rw-r--r--src/libs/installer/component.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/installer/component.cpp b/src/libs/installer/component.cpp
index af71f2278..75a41ea31 100644
--- a/src/libs/installer/component.cpp
+++ b/src/libs/installer/component.cpp
@@ -63,8 +63,6 @@ static const QLatin1String scUninstalled("Uninstalled");
static const QLatin1String scCurrentState("CurrentState");
static const QLatin1String scForcedInstallation("ForcedInstallation");
-static QRegExp scCommaRegExp(QLatin1String("\\b(,|, )\\b"));
-
/*!
\class QInstaller::Component
Component describes a component within the installer.