summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/globalsettingsoperation.cpp
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-06-24 14:14:46 +0200
committerKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-06-25 15:33:04 +0000
commit0a229c256cfdc69e4209bc34290a8b657fa6fc6c (patch)
tree9328b48c76722dd1c861e313bd319bbb4fdadf4f /src/libs/installer/globalsettingsoperation.cpp
parent38bd4ceae105f45dc4cb42ddea65fcc16f946830 (diff)
Remove superfluous clone() method. Prepare for next patch.
Task-number: QTIFW-180 Change-Id: I6aa8b409e323d14e353a1f80b0b2ec54daad184f Reviewed-by: Niels Weber <niels.weber@theqtcompany.com> Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'src/libs/installer/globalsettingsoperation.cpp')
-rw-r--r--src/libs/installer/globalsettingsoperation.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libs/installer/globalsettingsoperation.cpp b/src/libs/installer/globalsettingsoperation.cpp
index 3ddf8f05b..c96331937 100644
--- a/src/libs/installer/globalsettingsoperation.cpp
+++ b/src/libs/installer/globalsettingsoperation.cpp
@@ -98,11 +98,6 @@ bool GlobalSettingsOperation::testOperation()
return true;
}
-Operation *GlobalSettingsOperation::clone() const
-{
- return new GlobalSettingsOperation();
-}
-
QSettingsWrapper *GlobalSettingsOperation::setup(QString *key, QString *value, const QStringList &arguments)
{
if (!checkArgumentCount(3, 5))