summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/settingsoperation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/settingsoperation.h')
-rw-r--r--src/libs/installer/settingsoperation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/installer/settingsoperation.h b/src/libs/installer/settingsoperation.h
index 7a1e9d5fa..83249635b 100644
--- a/src/libs/installer/settingsoperation.h
+++ b/src/libs/installer/settingsoperation.h
@@ -41,13 +41,12 @@ namespace QInstaller {
class INSTALLER_EXPORT SettingsOperation : public Operation
{
public:
- SettingsOperation();
+ explicit SettingsOperation(PackageManagerCore *core);
void backup();
bool performOperation();
bool undoOperation();
bool testOperation();
- Operation *clone() const;
private:
bool checkArguments();