removed unused old message line files, first thoughts on message edition

This commit is contained in:
Blue 2022-02-20 22:10:09 +03:00
parent 73b1b58a96
commit 0823b35148
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
11 changed files with 121 additions and 1083 deletions

View file

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