mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 15:35:49 -04:00
added save/restore current selection
This commit is contained in:
parent
3419b44ec1
commit
dc24bb6f03
4 changed files with 63 additions and 12 deletions
|
@ -153,6 +153,7 @@ public slots:
|
|||
|
||||
signals:
|
||||
void messagesLoaded(); // emitted after the messages have been set. Can be used to updated the UI.
|
||||
void messagesAboutToLoad();
|
||||
|
||||
private:
|
||||
bool passesFilter(const Rs::Msgs::MsgInfoSummary& fmpe,int column) const;
|
||||
|
@ -184,4 +185,5 @@ private:
|
|||
FilterType mFilterType;
|
||||
|
||||
std::vector<Rs::Msgs::MsgInfoSummary> mMessages;
|
||||
std::map<std::string,uint32_t> mMessagesMap;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue