file: get remote file success.

This commit is contained in:
2025-06-15 23:13:30 +08:00
parent 3538de7f4e
commit b36e645f87
10 changed files with 131 additions and 32 deletions

View File

@@ -11,12 +11,13 @@ public:
Util();
public:
static QString GetUserHome();
static void InitLogger(const QString& logPath, const QString& mark);
static void ConsoleMsgHander(QtMsgType type, const QMessageLogContext& context, const QString& msg);
};
class DirFileHelper
{
class DirFileHelper : public QObject {
Q_OBJECT
public:
DirFileHelper() = default;
virtual ~DirFileHelper() = default;