started fixing clicking emtoes

This commit is contained in:
fourtf
2018-01-24 20:58:53 +01:00
parent 74fd6c9663
commit 05339aad2d
6 changed files with 26 additions and 3 deletions
+2
View File
@@ -834,6 +834,8 @@ void ChannelView::mouseReleaseEvent(QMouseEvent *event)
this->channel->sendMessage(value);
}
}
this->linkClicked.invoke(link);
}
bool ChannelView::tryGetMessageAt(QPoint p, std::shared_ptr<messages::MessageLayout> &_message,