Merge pull request #1044 from flowln/better_orphan_fix

This commit is contained in:
Sefa Eyeoglu
2022-08-20 12:50:43 +02:00
parent d68d5ca23f
commit c116885ab1
4 changed files with 18 additions and 10 deletions

View File

@ -172,6 +172,7 @@ protected:
bool interaction_disabled = false;
QDir m_dir;
bool m_is_indexed;
bool m_first_folder_load = true;
QMap<QString, int> modsIndex;
QMap<int, LocalModParseTask::ResultPtr> activeTickets;
int nextResolutionTicket = 0;