bugs resolution
This commit is contained in:
+1
-2
@@ -61,13 +61,12 @@ void MainWindow::download()
|
||||
param << "-aXP";
|
||||
param << this->downloading.server + "::" + this->downloading.service + "/" + this->downloading.path << this->downloading.savePath + "/";
|
||||
|
||||
|
||||
this->downloading.process->start(cmd, param);
|
||||
|
||||
connect(this->downloading.process, SIGNAL(finished(int,QProcess::ExitStatus)), this, SLOT(downloadFinished(int, QProcess::ExitStatus)));
|
||||
//connect(this->downloading.process, SIGNAL(errorOccurred(QProcess::ProcessError error)), this, SLOT(downloadProcessError(QProcess::ProcessError error)));
|
||||
//connect(this->downloading.process, SIGNAL(readyReadStandardError()), this, SLOT(downloadProcessStderr()));
|
||||
connect(this->downloading.process, SIGNAL(readyReadStandardOutput()), this, SLOT(readRsyncOutput()));
|
||||
this->downloading.process->start(cmd, param);
|
||||
}
|
||||
|
||||
void MainWindow::readRsyncOutput()
|
||||
|
||||
Reference in New Issue
Block a user