mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-26 03:10:58 -04:00
Fixing for some buttons the signal slots
This commit is contained in:
parent
fa9b99a88e
commit
9f91ac1454
1 changed files with 8 additions and 5 deletions
|
@ -106,14 +106,17 @@ public:
|
||||||
protected:
|
protected:
|
||||||
void setup() override;
|
void setup() override;
|
||||||
void fill() override;
|
void fill() override;
|
||||||
void doExpand(bool open) override;
|
|
||||||
void setComment(const RsGxsComment&) override;
|
void setComment(const RsGxsComment&) override;
|
||||||
void setReadStatus(bool isNew, bool isUnread) override;
|
void setReadStatus(bool isNew, bool isUnread) override;
|
||||||
void toggle() override ;
|
|
||||||
void setCommentsSize(int comNb) override;
|
void setCommentsSize(int comNb) override;
|
||||||
void makeUpVote() override;
|
|
||||||
void makeDownVote() override;
|
|
||||||
void toggleNotes() override;
|
private slots:
|
||||||
|
void doExpand(bool open);
|
||||||
|
void toggle();
|
||||||
|
void makeUpVote();
|
||||||
|
void makeDownVote();
|
||||||
|
void toggleNotes() ;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/** Qt Designer generated object */
|
/** Qt Designer generated object */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue