Post
Topic
Board Altcoin Discussion
Re: CNC contains clipboard logger?
by
Passion_ltc
on 02/05/2013, 22:03:56 UTC
COMPLETE FUD


Code:
void SendCoinsEntry::on_pasteButton_clicked()
{
    // Paste text from clipboard into recipient field
    ui->payTo->setText(QApplication::clipboard()->text());
}

Is in EVERY COIN'S QT CODE.

In the module:

/src/qt/sendcoinsentry.cpp


A newbie with two posts..How did he/she even post in this forum?



Someone translate this??
It's to copy the decrypted QR Code to the clipboard.