refactor: simplify Mod structure
No need to keep track of pointers left and right. A single one already gives enough headaches! Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
0c9d03f5df
commit
e7cf9932a9
9 changed files with 107 additions and 118 deletions
|
@ -57,7 +57,7 @@ public:
|
|||
}
|
||||
|
||||
public:
|
||||
ModFolderLoadTask(QDir mods_dir, QDir index_dir, bool is_indexed, bool clean_orphan = false);
|
||||
ModFolderLoadTask(QDir mods_dir, QDir index_dir, bool is_indexed, bool clean_orphan = false, QObject* parent = nullptr);
|
||||
|
||||
void executeTask() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue