fixed notifications in posted

This commit is contained in:
csoler 2020-02-09 20:54:11 +01:00
parent 62c5cda7f0
commit 41a81fa5d1
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
3 changed files with 30 additions and 7 deletions

View file

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