summary refs log tree commit diff
path: root/src/ChatPage.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-03 02:47:37 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-03 02:47:37 +0200
commit914bdecc0b8e57a3b4e75b218b02909172ada7e3 (patch)
tree115c7d85758e503921cd5443af9e007b07849625 /src/ChatPage.cc
parentAdd basic support for m.video messages (diff)
downloadnheko-914bdecc0b8e57a3b4e75b218b02909172ada7e3.tar.xz
Initial integration with matrix-structs
Diffstat (limited to 'src/ChatPage.cc')
-rw-r--r--src/ChatPage.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChatPage.cc b/src/ChatPage.cc

index f773ff2c..bbed7359 100644 --- a/src/ChatPage.cc +++ b/src/ChatPage.cc
@@ -260,9 +260,9 @@ ChatPage::ChatPage(QSharedPointer<MatrixClient> client, QWidget *parent) this, SLOT(syncFailed(const QString &))); connect(client_.data(), - SIGNAL(getOwnProfileResponse(const QUrl &, const QString &)), + &MatrixClient::getOwnProfileResponse, this, - SLOT(updateOwnProfileInfo(const QUrl &, const QString &))); + &ChatPage::updateOwnProfileInfo); connect(client_.data(), SIGNAL(ownAvatarRetrieved(const QPixmap &)), this,