completely migrate to QT and some bugs corrected

This commit is contained in:
2023-02-10 23:27:44 +01:00
parent 13d2c1384b
commit 9671a5cea8
6 changed files with 113 additions and 48 deletions
+1
View File
@@ -43,6 +43,7 @@ const vector<string> explode(const string& s, const char& c, int n = 0)
return v;
}
// test return code of rsync
bool testRsyncReturn(QProcess * myProcess)
{
if (myProcess->exitStatus() != 0)