| 40 | class FileTreeDrop : public FileTreeComponent { |
| 41 | public : |
| 42 | FileTreeDrop(DirectoryContentsList &listToShow) : FileTreeComponent(listToShow) {} |
| 43 | |
| 44 | bool isInterestedInFileDrag (const StringArray &files) override { |
| 45 | bool found = false; |
nothing calls this directly
no outgoing calls
no test coverage detected