forked from blue/squawk
removed unused old message line files, first thoughts on message edition
This commit is contained in:
parent
73b1b58a96
commit
0823b35148
11 changed files with 121 additions and 1083 deletions
|
@ -121,6 +121,11 @@ public:
|
|||
const bool isMuc;
|
||||
|
||||
protected:
|
||||
enum class CurrentAction {
|
||||
none,
|
||||
edit
|
||||
};
|
||||
|
||||
Models::Account* account;
|
||||
Models::Element* element;
|
||||
QString palJid;
|
||||
|
@ -142,6 +147,7 @@ protected:
|
|||
|
||||
ShadowOverlay shadow;
|
||||
QMenu* contextMenu;
|
||||
CurrentAction currentAction;
|
||||
|
||||
private:
|
||||
static bool painterInitialized;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue