mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-16 01:54:52 -04:00
keeps transfers sorted when redisplay them
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1650 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
858951be63
commit
6dfa252bf6
2 changed files with 22 additions and 0 deletions
|
@ -87,6 +87,9 @@ class TransfersDialog : public MainPage
|
|||
void priorityHigh();
|
||||
void priorityAuto();
|
||||
|
||||
/** save sort indicator for next transfers display */
|
||||
void saveSortIndicator(int logicalIndex, Qt::SortOrder order);
|
||||
|
||||
signals:
|
||||
void playFiles(QStringList files);
|
||||
|
||||
|
@ -106,6 +109,9 @@ class TransfersDialog : public MainPage
|
|||
QString status, icon, name;
|
||||
qlonglong completed, remaining;
|
||||
|
||||
int _sortCol;
|
||||
Qt::SortOrder _sortOrder;
|
||||
|
||||
|
||||
/** Create the actions on the tray menu or menubar */
|
||||
void createActions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue