1158:35ceb74fe53e | 1159:6ad8cdcd88d9 |
---|---|
17 */ | 17 */ |
18 | 18 |
19 #pragma once | 19 #pragma once |
20 #include <QObject> | 20 #include <QObject> |
21 #include "../main.h" | 21 #include "../main.h" |
22 #include "../hierarchyelement.h" | |
22 | 23 |
23 class MainWindow; | 24 class MainWindow; |
24 | 25 |
25 class Toolset : public QObject, public HierarchyElement | 26 class Toolset : public QObject, public HierarchyElement |
26 { | 27 { |