1216:12f9ea615cbc | 1217:314e12e23c3a |
---|---|
24 | 24 |
25 class Toolset : public QObject, public HierarchyElement | 25 class Toolset : public QObject, public HierarchyElement |
26 { | 26 { |
27 Q_OBJECT | 27 Q_OBJECT |
28 public: | 28 public: |
29 Toolset (MainWindow* parent); | 29 Toolset(MainWindow* parent); |
30 | 30 |
31 static QVector<Toolset*> createToolsets (MainWindow* parent); | 31 static QVector<Toolset*> createToolsets(MainWindow* parent); |
32 }; | 32 }; |