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