Change naming from Derp -> OneSix until the new instance type supports legacy
This commit is contained in:
parent
156bc8f276
commit
7d5787025a
35 changed files with 375 additions and 821 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
#include <memory>
|
||||
|
||||
class DerpInstance;
|
||||
class OneSixInstance;
|
||||
class QDir;
|
||||
class QString;
|
||||
|
||||
|
@ -26,11 +26,11 @@ class BaseInstaller
|
|||
public:
|
||||
BaseInstaller();
|
||||
|
||||
virtual bool canApply(DerpInstance *instance) const { return true; }
|
||||
bool isApplied(DerpInstance *on);
|
||||
virtual bool canApply(OneSixInstance *instance) const { return true; }
|
||||
bool isApplied(OneSixInstance *on);
|
||||
|
||||
virtual bool add(DerpInstance *to);
|
||||
virtual bool remove(DerpInstance *from);
|
||||
virtual bool add(OneSixInstance *to);
|
||||
virtual bool remove(OneSixInstance *from);
|
||||
|
||||
protected:
|
||||
virtual QString id() const = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue