[Qt] add defaultConfirmTarget constant to sendcoinsdialog

- replaces some hard-coded values for the default confirmation target
- also simplify code that is using the new constant
This commit is contained in:
Philip Kaufmann
2015-03-18 11:27:30 +01:00
parent 18d2832678
commit 107d35b700
2 changed files with 5 additions and 3 deletions

View File

@@ -23,6 +23,8 @@ QT_BEGIN_NAMESPACE
class QUrl;
QT_END_NAMESPACE
const int defaultConfirmTarget = 25;
/** Dialog for sending bitcoins */
class SendCoinsDialog : public QDialog
{