mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 10:29:59 +03:00
GH-1060 remove some old updater bits and pieces
This commit is contained in:
parent
38e42ad794
commit
166813cb91
15 changed files with 28 additions and 169 deletions
|
|
@ -46,12 +46,6 @@ QDebug operator<<(QDebug dbg, const Operation::Type &t)
|
|||
case Operation::OP_DELETE:
|
||||
dbg << "OP_DELETE";
|
||||
break;
|
||||
case Operation::OP_MOVE:
|
||||
dbg << "OP_MOVE";
|
||||
break;
|
||||
case Operation::OP_CHMOD:
|
||||
dbg << "OP_CHMOD";
|
||||
break;
|
||||
}
|
||||
return dbg.maybeSpace();
|
||||
}
|
||||
|
|
@ -199,7 +193,7 @@ slots:
|
|||
|
||||
OperationList operations;
|
||||
|
||||
processFileLists(currentVersion, newVersion, QCoreApplication::applicationDirPath(), tempFolder, new NetJob("Dummy"), operations, false);
|
||||
processFileLists(currentVersion, newVersion, QCoreApplication::applicationDirPath(), tempFolder, new NetJob("Dummy"), operations);
|
||||
qDebug() << (operations == expectedOperations);
|
||||
qDebug() << operations;
|
||||
qDebug() << expectedOperations;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue