mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
move another setPlaceHolderText to 4.7+ only code
This commit is contained in:
@@ -18,7 +18,9 @@ SendCoinsDialog::SendCoinsDialog(QWidget *parent, const QString &address) :
|
||||
model(0)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
#if QT_VERSION >= 0x040700
|
||||
ui->addAsLabel->setPlaceholderText(tr("Enter a label for this address to add it to your address book"));
|
||||
#endif
|
||||
GUIUtil::setupAddressWidget(ui->payTo, this);
|
||||
|
||||
// Set initial send-to address if provided
|
||||
|
||||
Reference in New Issue
Block a user