mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-15 09:27:09 -05:00
id edit dialog - tag functions hidden (unfinished)
This commit is contained in:
parent
c9ddd04925
commit
fc0cfc0f2d
@ -93,6 +93,9 @@ IdEditDialog::IdEditDialog(QWidget *parent) :
|
|||||||
|
|
||||||
mIdQueue = new TokenQueue(rsIdentity->getTokenService(), this);
|
mIdQueue = new TokenQueue(rsIdentity->getTokenService(), this);
|
||||||
ui->pushButton_Tag->setEnabled(false);
|
ui->pushButton_Tag->setEnabled(false);
|
||||||
|
ui->pushButton_Tag->hide(); // unfinished
|
||||||
|
ui->plainTextEdit_Tag->hide();
|
||||||
|
ui->label_TagCheck->hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
IdEditDialog::~IdEditDialog()
|
IdEditDialog::~IdEditDialog()
|
||||||
|
Loading…
Reference in New Issue
Block a user