summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/selfrestartoperation.cpp
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-07-05 15:41:30 +0200
committerkh1 <qt-info@nokia.com>2011-07-05 15:41:30 +0200
commitd9542889010afc56681885618c61f0d6d67bc0a2 (patch)
tree9d70e1a2919a761b954ff63cfb5f67883b6d0ccc /installerbuilder/libinstaller/selfrestartoperation.cpp
parent94b545c71d6969b8f031142e0ac199cdb55b6f98 (diff)
Cleanup. Use the typedef, no functional change intended.
Diffstat (limited to 'installerbuilder/libinstaller/selfrestartoperation.cpp')
-rw-r--r--installerbuilder/libinstaller/selfrestartoperation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerbuilder/libinstaller/selfrestartoperation.cpp b/installerbuilder/libinstaller/selfrestartoperation.cpp
index 58684ff19..d53d8b254 100644
--- a/installerbuilder/libinstaller/selfrestartoperation.cpp
+++ b/installerbuilder/libinstaller/selfrestartoperation.cpp
@@ -86,7 +86,7 @@ bool SelfRestartOperation::testOperation()
return true;
}
-SelfRestartOperation* SelfRestartOperation::clone() const
+Operation *SelfRestartOperation::clone() const
{
return new SelfRestartOperation();
}