mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 06:09:09 -04:00
Removed old RsNotify code (NOTIFY_LIST_MESSAGE_TAGS) from message service
This commit is contained in:
parent
f59ede23e1
commit
3eb910a25f
15 changed files with 160 additions and 37 deletions
|
@ -62,11 +62,13 @@ private slots:
|
|||
void updateLoadEmoticons();
|
||||
|
||||
private:
|
||||
void handleEvent_main_thread(std::shared_ptr<const RsEvent> event);
|
||||
void fillTags();
|
||||
|
||||
/* Pointer for not include of rsmsgs.h */
|
||||
MsgTagType *m_pTags;
|
||||
std::list<uint32_t> m_changedTagIds;
|
||||
RsEventsHandlerId_t mTagEventHandlerId;
|
||||
|
||||
Ui::MessagePage ui;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue