summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/fakestopprocessforupdateoperation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/fakestopprocessforupdateoperation.h')
-rw-r--r--src/libs/installer/fakestopprocessforupdateoperation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/installer/fakestopprocessforupdateoperation.h b/src/libs/installer/fakestopprocessforupdateoperation.h
index ba5de745c..6fd5da44b 100644
--- a/src/libs/installer/fakestopprocessforupdateoperation.h
+++ b/src/libs/installer/fakestopprocessforupdateoperation.h
@@ -38,13 +38,12 @@ class INSTALLER_EXPORT FakeStopProcessForUpdateOperation : public QObject, publi
Q_OBJECT
public:
- FakeStopProcessForUpdateOperation();
+ explicit FakeStopProcessForUpdateOperation(PackageManagerCore *core);
void backup();
bool performOperation();
bool undoOperation();
bool testOperation();
- Operation *clone() const;
};
}