Added temporary solution to update the Wiki tree

This commit is contained in:
defnax 2021-01-06 14:54:19 +01:00
parent cd747b204d
commit c3fecb824d
2 changed files with 6 additions and 0 deletions

View file

@ -739,3 +739,8 @@ void WikiDialog::updateDisplay(bool complete)
} }
} }
} }
void WikiDialog::insertWikiGroups()
{
updateDisplay(true);
}

View file

@ -74,6 +74,7 @@ private slots:
void wikiGroupChanged(const QString &groupId); void wikiGroupChanged(const QString &groupId);
void todo(); void todo();
void insertWikiGroups();
private: private: