summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/licenseoperation.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/licenseoperation.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/licenseoperation.cpp')
-rw-r--r--src/libs/installer/licenseoperation.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libs/installer/licenseoperation.cpp b/src/libs/installer/licenseoperation.cpp
index 195c6d777..fec4292b7 100644
--- a/src/libs/installer/licenseoperation.cpp
+++ b/src/libs/installer/licenseoperation.cpp
@@ -113,8 +113,3 @@ bool LicenseOperation::testOperation()
{
return true;
}
-
-Operation *LicenseOperation::clone() const
-{
- return new LicenseOperation();
-}