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
+5
View File
@@ -278,6 +278,11 @@ int MessageLayout::getLastCharacterIndex() const
return this->container_->getLastCharacterIndex();
}
int MessageLayout::getFirstMessageCharacterIndex() const
{
return this->container_->getFirstMessageCharacterIndex();
}
int MessageLayout::getSelectionIndex(QPoint position)
{
return this->container_->getSelectionIndex(position);