mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Added temporary solution to update the Wiki tree
This commit is contained in:
parent
cd747b204d
commit
c3fecb824d
@ -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…
Reference in New Issue
Block a user