mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
Added for search list update fontsize
This commit is contained in:
parent
c61c939b2a
commit
2644a0ccb7
2 changed files with 37 additions and 6 deletions
|
@ -66,6 +66,9 @@ public:
|
|||
|
||||
void updateFiles(qulonglong request_id, const FileDetail& file) ;
|
||||
|
||||
protected:
|
||||
virtual void showEvent(QShowEvent *) override;
|
||||
|
||||
private slots:
|
||||
|
||||
/** Create the context popup menu and it's submenus */
|
||||
|
@ -116,6 +119,8 @@ private slots:
|
|||
|
||||
void filterItems();
|
||||
|
||||
void updateFontSize();
|
||||
|
||||
private:
|
||||
/** render the results to the tree widget display */
|
||||
void initSearchResult(const QString& txt,qulonglong searchId, int fileType, bool advanced) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue