mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-18 10:02:41 -05:00
fixed update of sizes in channel list view
This commit is contained in:
parent
81e08d0004
commit
03ac2eb53c
3 changed files with 15 additions and 16 deletions
|
|
@ -144,7 +144,7 @@ private slots:
|
|||
void filterChanged(QString);
|
||||
void setViewMode(int viewMode);
|
||||
void settingsChanged();
|
||||
void handlePostsTreeSizeChange(QSize s);
|
||||
void handlePostsTreeSizeChange(QSize s, bool force=false);
|
||||
void postChannelPostLoad();
|
||||
void editPost();
|
||||
void postContextMenu(const QPoint&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue