mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-23 00:01:21 -04:00
Fixed sorting of date in forums.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5804 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bdc275e15f
commit
a1abb0e3c6
2 changed files with 26 additions and 3 deletions
|
@ -31,6 +31,7 @@
|
|||
class ForumInfo;
|
||||
class ForumsFillThread;
|
||||
class ForumMsgInfo;
|
||||
class RSTreeWidgetItemCompareRole;
|
||||
|
||||
class ForumsDialog : public RsAutoUpdatePage
|
||||
{
|
||||
|
@ -138,6 +139,7 @@ private:
|
|||
QTreeWidgetItem *popularForums;
|
||||
QTreeWidgetItem *otherForums;
|
||||
|
||||
RSTreeWidgetItemCompareRole *threadCompareRole;
|
||||
std::string mCurrForumId;
|
||||
std::string mCurrThreadId;
|
||||
int subscribeFlags;
|
||||
|
@ -174,6 +176,7 @@ public:
|
|||
int viewType;
|
||||
bool expandNewMessages;
|
||||
std::string focusMsgId;
|
||||
RSTreeWidgetItemCompareRole *compareRole;
|
||||
|
||||
QList<QTreeWidgetItem*> items;
|
||||
QList<QTreeWidgetItem*> itemToExpand;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue