mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-10 15:20:25 -04:00
fixed notifications in posted
This commit is contained in:
parent
62c5cda7f0
commit
41a81fa5d1
3 changed files with 30 additions and 7 deletions
|
@ -57,6 +57,8 @@ public:
|
|||
virtual void loadRequest(const TokenQueue *queue, const TokenRequest &req);
|
||||
|
||||
protected:
|
||||
void handleEvent_main_thread(std::shared_ptr<const RsEvent> event);
|
||||
|
||||
/* GxsMessageFramePostWidget */
|
||||
virtual bool insertGroupData(const uint32_t &token, RsGroupMetaData &metaData);
|
||||
virtual void insertAllPosts(const uint32_t &token, GxsMessageFramePostThread *thread);
|
||||
|
@ -126,6 +128,7 @@ private:
|
|||
|
||||
/* UI - from Designer */
|
||||
Ui::PostedListWidget *ui;
|
||||
RsEventsHandlerId_t mEventHandlerId ;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue