Implemented the accountpopup. Also fixed regex again. (#89)

This commit is contained in:
Cranken
2017-07-31 22:14:54 +02:00
committed by pajlada
parent a975e15573
commit 5feaf4c8eb
5 changed files with 156 additions and 33 deletions
+1 -1
View File
@@ -383,7 +383,7 @@ void ChatWidgetView::mouseReleaseEvent(QMouseEvent *event)
switch (link.getType()) {
case messages::Link::UserInfo: {
auto user = message->getMessage()->getUserName();
auto user = link.getValue();
this->userPopupWidget.setName(user);
this->userPopupWidget.move(event->screenPos().toPoint());
this->userPopupWidget.show();