fun:对照添加打开本地文件夹功能。

This commit is contained in:
2025-11-05 09:35:36 +08:00
parent 23e12d1bda
commit 28206e8586
5 changed files with 24 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ void ConsoleHelper::SetIpPort(const QString& ip, quint16 port)
{
ip_ = ip;
port_ = port;
qDebug() << "SetIpPort:" << ip_ << port_;
qInfo() << "SetIpPort:" << ip_ << port_;
}
void ConsoleHelper::Connect()