| 83 | } |
| 84 | |
| 85 | QVector<AspectType> Folder::dropableOn() const { |
| 86 | return QVector<AspectType>{AspectType::Folder, AspectType::Project}; |
| 87 | } |
| 88 | |
| 89 | void Folder::processDropEvent(const QVector<quintptr>& vec) { |
| 90 | // reparent AbstractPart and Folder objects only |