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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/selfrestartoperation.h b/src/libs/installer/selfrestartoperation.h
index d49073d3f..50505c660 100644
--- a/src/libs/installer/selfrestartoperation.h
+++ b/src/libs/installer/selfrestartoperation.h
@@ -42,7 +42,7 @@ namespace QInstaller {
class INSTALLER_EXPORT SelfRestartOperation : public Operation
{
public:
- SelfRestartOperation();
+ explicit SelfRestartOperation(PackageManagerCore *core);
void backup();
bool performOperation();