add some comments

reformat
This commit is contained in:
Rasmus Karlsson
2018-10-07 14:18:30 +00:00
parent b720450f86
commit 7879fef3a0
4 changed files with 20 additions and 4 deletions
+1 -2
View File
@@ -1346,8 +1346,7 @@ void ChannelView::showUserInfoPopup(const QString &userName)
auto *userPopup = new UserInfoPopup;
userPopup->setData(userName, this->channel_);
userPopup->setActionOnFocusLoss(BaseWindow::Delete);
QPoint offset(int(150 * this->getScale()),
int(70 * this->getScale()));
QPoint offset(int(150 * this->getScale()), int(70 * this->getScale()));
userPopup->move(QCursor::pos() - offset);
userPopup->show();
}