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