added "Copy message" context menu item ofr messages

This commit is contained in:
fourtf
2018-05-23 20:34:37 +02:00
parent 63e88938ef
commit 0d76f6f39f
2 changed files with 30 additions and 11 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ public:
const MessageLayoutElement *getElementAt(QPoint point);
int getLastCharacterIndex() const;
int getSelectionIndex(QPoint position);
void addSelectionText(QString &str, int from, int to);
void addSelectionText(QString &str, int from = 0, int to = INT_MAX);
// Misc
bool isDisabled() const;