Skip to content
Snippets Groups Projects
Commit e2fc243b authored by Fabian Tërnava's avatar Fabian Tërnava
Browse files

remove useless include, readd legacy modals to cmake (will be removed later)

parent 516757d0
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,10 @@ set(SOURCES
aronTreeWidget/AronTreeWidgetItem.cpp
aronTreeWidget/AronTreeWidgetController.cpp
aronTreeWidget/modal/text/AronTreeWidgetTextInputModalController.cpp
aronTreeWidget/modal/dict/AronTreeWidgetDictInputModalController.cpp
aronTreeWidget/modal/float_double/AronTreeWidgetFloatInputModalController.cpp
aronTreeWidget/modal/int_long/AronTreeWidgetIntInputModalController.cpp
aronTreeWidget/modal/bool/AronTreeWidgetBoolInputModalController.cpp
aronTreeWidget/modal/AronTreeWidgetModal.cpp
ColorPalettes.cpp
SkillManagerMonitorWidgetController.cpp
......@@ -41,6 +45,10 @@ set(HEADERS
aronTreeWidget/AronTreeWidgetController.h
aronTreeWidget/modal/AronTreeWidgetModal.h
aronTreeWidget/modal/text/AronTreeWidgetTextInputModalController.h
aronTreeWidget/modal/dict/AronTreeWidgetDictInputModalController.h
aronTreeWidget/modal/float_double/AronTreeWidgetFloatInputModalController.h
aronTreeWidget/modal/int_long/AronTreeWidgetIntInputModalController.h
aronTreeWidget/modal/bool/AronTreeWidgetBoolInputModalController.h
ColorPalettes.h
SkillManagerMonitorWidgetController.h
)
......
......@@ -30,7 +30,7 @@ namespace armarx
{
for (const auto& added : addedItems)
{
item->addChild(added->copy());
//item->addChild(added->copy());
}
AronTreeWidgetModal::submit();
......
......@@ -28,7 +28,7 @@
// modals
#include "../modal/text/AronTreeWidgetTextInputModalController.h"
#include "../modal/dict/AronTreeWidgetDictInputModalController.h"
//#include "../modal/dict/AronTreeWidgetDictInputModalController.h"
// qt
#include <QTreeWidget>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment