Align Pointers

This commit is contained in:
Gormogon 2015-02-25 19:57:19 -05:00
parent 738272999b
commit e2d05cb9f2
25 changed files with 37 additions and 37 deletions

View file

@ -38,14 +38,14 @@ public:
QList< job_ptr > jobs() const override;
protected:
void initFrom( const YAML::Node &node ) override;
void initFrom( const YAML::Node& node ) override;
private:
friend class Module; //so only the superclass can instantiate
explicit ViewModule();
virtual ~ViewModule();
QPluginLoader *m_loader;
QPluginLoader* m_loader;
ViewStep* m_viewStep = nullptr;
};