add: basic req trans.
This commit is contained in:
@@ -33,7 +33,6 @@ void FileManager::SetModeStr(const QString& modeStr, int type, ClientCore* clien
|
||||
remotePtr->registerPathCall([this](const QString& path) { ShowPath(path); });
|
||||
remotePtr->registerFileCall([this](const DirFileInfoVec& info) { ShowFile(info); });
|
||||
remotePtr->setClientCore(clientCore);
|
||||
fileTrans_ = new FileTrans(clientCore);
|
||||
fileHelper_ = remotePtr;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#include <QWidget>
|
||||
#include <Util.h>
|
||||
#include <QMenu>
|
||||
#include <FileTrans.h>
|
||||
|
||||
namespace Ui {
|
||||
class FileManager;
|
||||
@@ -39,7 +38,6 @@ private:
|
||||
Ui::FileManager* ui;
|
||||
QString curRoot_;
|
||||
QMenu* menu_;
|
||||
FileTrans* fileTrans_;
|
||||
std::shared_ptr<DirFileHelper> fileHelper_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user