allow empty/missing amounts in URL

This commit is contained in:
Wladimir J. van der Laan
2011-08-07 16:16:49 +02:00
parent 856aacf388
commit c359ac9128
2 changed files with 12 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ public:
static void setupAmountWidget(QLineEdit *widget, QWidget *parent);
// Parse "bitcoin:" URL into recipient object, return true on succesful parsing
// See Bitcoin URL definition discussion here: https://bitcointalk.org/index.php?topic=33490.0
static bool parseBitcoinURL(const QUrl *url, SendCoinsRecipient *out);
};