MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / ~SendingHandler

Method ~SendingHandler

gui/qt/sendinghandler.h:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23public:
24 explicit SendingHandler(QObject *p = Q_NULLPTR, QPushButton *cancelBtn = Q_NULLPTR, QProgressBar *bar = Q_NULLPTR, QTableWidget *t = Q_NULLPTR);
25 ~SendingHandler() = default;
26
27 void sendFiles(const QStringList &fileNames, int location);
28 bool dragOccured(QDragEnterEvent *e);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected