| 23 | public: |
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected