25 #include "toolset.h" |
25 #include "toolset.h" |
26 #include "viewtoolset.h" |
26 #include "viewtoolset.h" |
27 |
27 |
28 Toolset::Toolset (MainWindow* parent) : |
28 Toolset::Toolset (MainWindow* parent) : |
29 QObject (parent), |
29 QObject (parent), |
30 HierarchyElement (parent), |
30 HierarchyElement (parent) {} |
31 m_window (parent) {} |
|
32 |
31 |
33 QVector<Toolset*> Toolset::createToolsets (MainWindow* parent) |
32 QVector<Toolset*> Toolset::createToolsets (MainWindow* parent) |
34 { |
33 { |
35 QVector<Toolset*> tools; |
34 QVector<Toolset*> tools; |
36 tools << new AlgorithmToolset (parent); |
35 tools << new AlgorithmToolset (parent); |