mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-10-16 07:21:07 -04:00
fixed sorting by last time used in keyring
This commit is contained in:
parent
006e5423db
commit
0fea0e0bfe
2 changed files with 32 additions and 94 deletions
|
@ -26,7 +26,9 @@
|
|||
#include "ui_NetworkDialog.h"
|
||||
#include "RsAutoUpdatePage.h"
|
||||
|
||||
class NetworkDialog : public RsAutoUpdatePage
|
||||
class RSTreeWidgetItemCompareRole ;
|
||||
|
||||
class NetworkDialog : public RsAutoUpdatePage
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -118,6 +120,8 @@ private:
|
|||
QColor mBackgroundColorHasSignedMe;
|
||||
QColor mBackgroundColorDenied;
|
||||
|
||||
RSTreeWidgetItemCompareRole *compareNetworkRole ;
|
||||
|
||||
/** Qt Designer generated object */
|
||||
Ui::NetworkDialog ui;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue