fixed sorting by last time used in keyring

This commit is contained in:
csoler 2017-03-01 22:25:57 +01:00
parent 006e5423db
commit 0fea0e0bfe
2 changed files with 32 additions and 94 deletions

View file

@ -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;
};