Post
Topic
Board Altcoin Discussion
Re: CNC contains clipboard logger?
by
meyerbtc
on 02/05/2013, 21:51:01 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 is default code apparently. It's event handler code. When the paste button is clicked the text that is stored on the clipboard is used in the payTo field.