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