config: add ip:port part history save.
This commit is contained in:
@@ -175,4 +175,14 @@ QString GlobalData::GetRemoteRoot() const
|
||||
QString GlobalData::GetRemoteID() const
|
||||
{
|
||||
return RemoteID_;
|
||||
}
|
||||
}
|
||||
|
||||
std::string GlobalData::GetConfigPath() const
|
||||
{
|
||||
return ConfigPath_;
|
||||
}
|
||||
|
||||
void GlobalData::SetConfigPath(const std::string& path)
|
||||
{
|
||||
ConfigPath_ = path;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user