mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 06:31:20 -04:00
Used the service permission flag "Require white list clearance" in pqissl
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8351 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
22a7d2eeeb
commit
82d7ab6052
2 changed files with 9 additions and 3 deletions
|
@ -135,10 +135,10 @@ void SecurityIpItem::updateItem()
|
|||
if (!mIsTest) {
|
||||
switch (mResult) {
|
||||
case RSBANLIST_CHECK_RESULT_NOCHECK:
|
||||
case RSBANLIST_CHECK_RESULT_NOT_WHITELISTED:
|
||||
case RSBANLIST_CHECK_RESULT_ACCEPTED:
|
||||
ui->rsBanListButton->hide();
|
||||
break;
|
||||
case RSBANLIST_CHECK_RESULT_NOT_WHITELISTED:
|
||||
case RSBANLIST_CHECK_RESULT_BLACKLISTED:
|
||||
ui->rsBanListButton->setVisible(ui->rsBanListButton->setIpAddress(QString::fromStdString(mIpAddr)));
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue