mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-18 10:02:41 -05:00
implemented sorting manually in channel files lists
This commit is contained in:
parent
8c3c973d02
commit
ebbdc082c0
4 changed files with 53 additions and 8 deletions
|
|
@ -140,8 +140,9 @@ private slots:
|
|||
void handlePostsTreeSizeChange(QSize s);
|
||||
void updateChannelFiles();
|
||||
|
||||
// public slots:
|
||||
// void sortColumn(int col,Qt::SortOrder so);
|
||||
public slots:
|
||||
void sortColumnFiles(int col,Qt::SortOrder so);
|
||||
void sortColumnPostFiles(int col,Qt::SortOrder so);
|
||||
|
||||
private:
|
||||
void processSettings(bool load);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue