diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-07-26 13:08:34 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-07-26 13:08:34 +0200 |
| commit | 587e52855a4c6c4f672ecec28ab9a029d4e4f850 (patch) | |
| tree | b8fb9c4bf66d6af8643a779f142df2ccceb90950 /src/qt/optionsdialog.cpp | |
| parent | Negative transaction color changed to red (was grey due to mistake) (diff) | |
| download | discoin-587e52855a4c6c4f672ecec28ab9a029d4e4f850.tar.xz discoin-587e52855a4c6c4f672ecec28ab9a029d4e4f850.zip | |
allow multiple units in bitcoin amount widget (for example, for sending) using a combobox
Diffstat (limited to 'src/qt/optionsdialog.cpp')
| -rw-r--r-- | src/qt/optionsdialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/optionsdialog.cpp b/src/qt/optionsdialog.cpp index 4f3a82d31..94f7abacf 100644 --- a/src/qt/optionsdialog.cpp +++ b/src/qt/optionsdialog.cpp @@ -103,7 +103,6 @@ OptionsDialog::OptionsDialog(QWidget *parent): connect(mapper, SIGNAL(currentIndexChanged(int)), this, SLOT(disableApply())); /* Event bindings */ - qDebug() << "setup"; connect(contents_widget, SIGNAL(currentRowChanged(int)), this, SLOT(changePage(int))); connect(buttonbox->button(QDialogButtonBox::Ok), SIGNAL(clicked()), this, SLOT(okClicked())); connect(buttonbox->button(QDialogButtonBox::Cancel), SIGNAL(clicked()), this, SLOT(cancelClicked())); |