Skip to content
Snippets Groups Projects

Urgent Skill Manipulation Features in SkillMemoryGUI

Merged Peter Albrecht requested to merge feature/skillMemoryGUI into master
All threads resolved!
5 files
+ 2
16
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -80,8 +80,7 @@ namespace armarx
{
}
// When using this constructor, the new item will be _appended_ to the bottom of the tree!
// Use with care.
// When using this constructor, the new item will be appended to the bottom of the tree!
SkillExecutionInfoTreeWidgetItem(const skills::SkillExecutionID& id, QTreeWidget* parent) :
QTreeWidgetItem(parent), executionId(id)
{
Loading