mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
format the code
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
133842d6a8
commit
53acc60983
21 changed files with 56 additions and 59 deletions
|
|
@ -335,7 +335,7 @@ bool ResourceFolderModel::update()
|
|||
},
|
||||
Qt::ConnectionType::QueuedConnection);
|
||||
|
||||
Task::Ptr preUpdate{createPreUpdateTask()};
|
||||
Task::Ptr preUpdate{ createPreUpdateTask() };
|
||||
|
||||
if (preUpdate != nullptr) {
|
||||
auto task = new SequentialTask("ResourceFolderModel::update");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue