add table name into tableview-link information
This commit is contained in:
@@ -75,7 +75,7 @@ void MyNameLabel::setText ( const QString &t, bool trans, bool guest, bool compu
|
||||
}
|
||||
}
|
||||
|
||||
linkString = QString("http://pokerth.net/redirect_user_profile.php?tableview=1"+nickList);
|
||||
linkString = QString("http://pokerth.net/redirect_user_profile.php?tableview=1"+nickList+"&table="+QUrl::toPercentEncoding(QString::fromUtf8(info.name.c_str())));
|
||||
}
|
||||
else {
|
||||
linkString = QString("http://pokerth.net/redirect_user_profile.php?nick="+QUrl::toPercentEncoding(t));
|
||||
|
||||
Reference in New Issue
Block a user