Android service wireguard build

This commit is contained in:
pokamest 2021-09-30 18:16:41 +03:00
parent 133a3e67d2
commit bac7b3ab37
6 changed files with 24 additions and 8 deletions

View file

@ -74,7 +74,7 @@ void OtherProtocolsLogic::onPushButtonSftpMountDriveClicked()
set_pushButtonSftpMountEnabled(false);
QProcess *p = new QProcess;
m_sftpMpuntProcesses.append(p);
m_sftpMountProcesses.append(p);
p->setProcessChannelMode(QProcess::MergedChannels);
connect(p, &QProcess::readyRead, this, [this, p, letter](){