I use a FileTreeComponent as a Drag and Drop Source.
I set up the DragAndDropDescription : fileTree->setDragAndDropDescription(“DnDFile”)
So my DragAndDropTarget gets always the same Description “DnDFile” and the Component* ItemComponent.
Whats the best way to get the filename behind the ItemComponent?
There should be a File FileTreeComponent::getItemFile(Component* ItemComponent) or the name of the File should be in the DragAndDropDescription
any idea?
