config: add ip:port part history save.

This commit is contained in:
2025-06-27 22:13:52 +08:00
parent 08855f3c60
commit b17f275758
58 changed files with 25578 additions and 30 deletions

View File

@@ -20,6 +20,8 @@ public:
QString GetLocalID() const;
QString GetRemoteRoot() const;
QString GetRemoteID() const;
std::string GetConfigPath() const;
void SetConfigPath(const std::string& path);
private:
GlobalData() = default;
@@ -30,6 +32,7 @@ public:
QString RemoteRoot_;
QString LocalID_;
QString RemoteID_;
std::string ConfigPath_;
};
class Util : public QObject