NOISSUE dissolve util library
This commit is contained in:
parent
7459eb627c
commit
f93f867c3d
80 changed files with 770 additions and 869 deletions
|
@ -6,7 +6,7 @@
|
|||
#include "updater/GoUpdate.h"
|
||||
#include "updater/DownloadTask.h"
|
||||
#include "updater/UpdateChecker.h"
|
||||
#include "pathutils.h"
|
||||
#include <FileSystem.h>
|
||||
|
||||
using namespace GoUpdate;
|
||||
|
||||
|
@ -166,7 +166,7 @@ slots:
|
|||
<< (OperationList()
|
||||
<< Operation::DeleteOp("tests/data/fileThree")
|
||||
<< Operation::CopyOp(
|
||||
PathCombine(tempFolder,
|
||||
FS::PathCombine(tempFolder,
|
||||
QString("tests/data/fileOne").replace("/", "_")),
|
||||
"tests/data/fileOne", 493));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue