mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-21 04:44:25 -04:00
Added temporary solution to update the Wiki tree
This commit is contained in:
parent
cd747b204d
commit
c3fecb824d
2 changed files with 6 additions and 0 deletions
|
@ -739,3 +739,8 @@ void WikiDialog::updateDisplay(bool complete)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
void WikiDialog::insertWikiGroups()
|
||||
{
|
||||
updateDisplay(true);
|
||||
}
|
||||
|
|
|
@ -74,6 +74,7 @@ private slots:
|
|||
void wikiGroupChanged(const QString &groupId);
|
||||
|
||||
void todo();
|
||||
void insertWikiGroups();
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue