code: Establish the theoretical transmission process.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define FILECONTROL_H
|
||||
|
||||
#include <ClientCore.h>
|
||||
#include <FileTrans.h>
|
||||
#include <InfoDirFile.h>
|
||||
#include <QWidget>
|
||||
#include <Util.h>
|
||||
@@ -21,9 +22,11 @@ public:
|
||||
|
||||
public:
|
||||
void SetModeStr(const QString& modeStr, int type = 0, ClientCore* clientCore = nullptr);
|
||||
void SetOtherSidePathCall(const std::function<QString()>& call);
|
||||
QString GetCurRoot();
|
||||
|
||||
signals:
|
||||
void sigSendTasks(const QVector<TransTask>& tasks);
|
||||
|
||||
private:
|
||||
void InitControl();
|
||||
void InitMenu(bool remote = false);
|
||||
|
||||
Reference in New Issue
Block a user