xp:Windows XP兼容。

This commit is contained in:
2025-11-11 08:52:09 +08:00
parent 67db0163fc
commit 300517892b
6 changed files with 12 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ void RemoteFile::setClientCore(ClientCore* cliCore)
{
cliCore_ = cliCore;
connect(cliCore_, &ClientCore::sigPath, this,
[this](const QString& path, const QStringList& drivers) { sigHome(path, drivers); });
[this](const QString& path, const QVector<QString>& drivers) { sigHome(path, drivers); });
connect(cliCore_, &ClientCore::sigFiles, this, [this](const DirFileInfoVec& files) { sigDirFile(files); });
}