mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 22:21:09 -04:00
added optional use of dist sync in GroupFrameDialog
This commit is contained in:
parent
0cc87c9880
commit
4a64ea5f1f
7 changed files with 57 additions and 57 deletions
|
@ -83,6 +83,7 @@ public:
|
|||
// Add a new category item
|
||||
QTreeWidgetItem *addCategoryItem(const QString &name, const QIcon &icon, bool expand);
|
||||
// Add a new search item
|
||||
void setDistSearchVisible(bool) ; // shows/hides distant search UI parts.
|
||||
QTreeWidgetItem *addSearchItem(const QString& search_string, uint32_t id, const QIcon &icon) ;
|
||||
void removeSearchItem(QTreeWidgetItem *item);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue