MCPcopy Create free account
hub / github.com/KDE/labplot / dropableOn

Method dropableOn

src/backend/core/Folder.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

eventFilterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected