Moved creating UserInfoPopup in one place. (#761)

* Moved creating UserInfoPopup in one place.

* Added forgotten 'this'.

Fixes #759
This commit is contained in:
23rd
2018-10-06 13:13:14 +03:00
committed by pajlada
parent b4683c5b35
commit 9f5da50bce
4 changed files with 21 additions and 31 deletions
-5
View File
@@ -88,11 +88,6 @@ protected:
void focusInEvent(QFocusEvent *event) override;
private:
void showUserInfoPopup(const QString &userName)
{
this->showUserInfoPopup(UserName{userName});
}
void showUserInfoPopup(const UserName &user);
void channelNameUpdated(const QString &newChannelName);
void handleModifiers(Qt::KeyboardModifiers modifiers);