SCRATCH eliminate InstanceFactory
This commit is contained in:
parent
c088d3bef0
commit
154d19bb74
23 changed files with 205 additions and 303 deletions
|
@ -51,7 +51,7 @@ class BaseInstance : public QObject, public std::enable_shared_from_this<BaseIns
|
|||
Q_OBJECT
|
||||
protected:
|
||||
/// no-touchy!
|
||||
BaseInstance(const QString &rootDir, SettingsObject *settings, QObject *parent = 0);
|
||||
BaseInstance(SettingsObjectPtr globalSettings, SettingsObjectPtr settings, const QString &rootDir);
|
||||
|
||||
public:
|
||||
/// virtual destructor to make sure the destruction is COMPLETE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue