add a first Button for a new HushChat Address on chattab
This commit is contained in:
@@ -212,10 +212,11 @@ void AddressBook::open(MainWindow* parent, QLineEdit* target)
|
||||
|
||||
////// We need a better popup here.
|
||||
AddressBook::getInstance()->addAddressLabel(newLabel, addr, myAddr, cid,avatar);
|
||||
QMessageBox::critical(
|
||||
|
||||
QMessageBox::information(
|
||||
parent,
|
||||
QObject::tr("Add Successfully"),
|
||||
QObject::tr("juhu").arg(newLabel),
|
||||
QObject::tr("Added Contact"),
|
||||
QObject::tr("successfully added your new contact").arg(newLabel),
|
||||
QMessageBox::Ok
|
||||
);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user