mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
ConnectionFriendWizard: Show the messagebox "Your Cert is copied to Clipboard" after copying the cert into the clipboard.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4721 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cfed637215
commit
27bc170471
@ -429,12 +429,12 @@ TextPage::showHelpUserCert()
|
||||
void
|
||||
TextPage::copyCert()
|
||||
{
|
||||
QClipboard *clipboard = QApplication::clipboard();
|
||||
clipboard->setText(userCertEdit->toPlainText());
|
||||
QMessageBox::information(this,
|
||||
tr("RetroShare"),
|
||||
tr("Your Cert is copied to Clipboard, paste and send it to your "
|
||||
"friend via email or some other way"));
|
||||
QClipboard *clipboard = QApplication::clipboard();
|
||||
clipboard->setText(userCertEdit->toPlainText());
|
||||
|
||||
}
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user