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