Added triple clicking to select the whole message.

This commit is contained in:
Cranken
2018-10-02 12:56:10 +02:00
committed by pajlada
parent 7c367b73e6
commit 5c2cdce516
8 changed files with 64 additions and 12 deletions
@@ -75,6 +75,7 @@ struct MessageLayoutContainer {
// selection
int getSelectionIndex(QPoint point);
int getLastCharacterIndex() const;
int getFirstMessageCharacterIndex() const;
void addSelectionText(QString &str, int from, int to, CopyMode copymode);
bool isCollapsed();