Massive refactor of module loading, configuration, startup, management.

This commit is contained in:
Teo Mrnjavac 2015-09-09 19:01:56 +02:00
parent c74c67805e
commit fb44fb97b6
12 changed files with 374 additions and 282 deletions

View file

@ -38,7 +38,7 @@ public:
QList< job_ptr > jobs() const override;
protected:
void initFrom( const YAML::Node& node ) override;
void initFrom( const QVariantMap& moduleDescriptor ) override;
private:
friend class Module; //so only the superclass can instantiate