Moved creating UserInfoPopup in one place. (#761)
* Moved creating UserInfoPopup in one place. * Added forgotten 'this'. Fixes #759
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user