summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/selfrestartoperation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/selfrestartoperation.h')
-rw-r--r--src/libs/installer/selfrestartoperation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/installer/selfrestartoperation.h b/src/libs/installer/selfrestartoperation.h
index 54a05f3d1..7adccd183 100644
--- a/src/libs/installer/selfrestartoperation.h
+++ b/src/libs/installer/selfrestartoperation.h
@@ -37,13 +37,12 @@ class INSTALLER_EXPORT SelfRestartOperation : public Operation
{
Q_DECLARE_TR_FUNCTIONS(QInstaller::SelfRestartOperation)
public:
- SelfRestartOperation();
+ explicit SelfRestartOperation(PackageManagerCore *core);
void backup();
bool performOperation();
bool undoOperation();
bool testOperation();
- Operation *clone() const;
};
}