pasteImageAction should be a class member; refactor messageEditor's context menu callback into a member function

This commit is contained in:
shunf4 2021-10-13 20:06:13 +08:00
parent 3a70df21f8
commit 52551c1ce0
2 changed files with 15 additions and 13 deletions

View file

@ -114,6 +114,7 @@ protected slots:
void onFeedMessage(const Shared::Message& msg);
void positionShadow();
void onFeedContext(const QPoint &pos);
void onMessageEditorContext(const QPoint &pos);
public:
const bool isMuc;