forked from blue/squawk
edit icon next to the message showing if the message was edited and what was there a first
This commit is contained in:
parent
3f1fba4de2
commit
5f925217fc
4 changed files with 84 additions and 7 deletions
|
@ -68,6 +68,7 @@ protected:
|
|||
QPushButton* getButton(const Models::FeedItem& data) const;
|
||||
QProgressBar* getBar(const Models::FeedItem& data) const;
|
||||
QLabel* getStatusIcon(const Models::FeedItem& data) const;
|
||||
QLabel* getPencilIcon(const Models::FeedItem& data) const;
|
||||
QLabel* getBody(const Models::FeedItem& data) const;
|
||||
void clearHelperWidget(const Models::FeedItem& data) const;
|
||||
|
||||
|
@ -93,6 +94,7 @@ private:
|
|||
std::map<QString, FeedButton*>* buttons;
|
||||
std::map<QString, QProgressBar*>* bars;
|
||||
std::map<QString, QLabel*>* statusIcons;
|
||||
std::map<QString, QLabel*>* pencilIcons;
|
||||
std::map<QString, QLabel*>* bodies;
|
||||
std::map<QString, Preview*>* previews;
|
||||
std::set<QString>* idsToKeep;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue