Add support for opening bitcoin: URIs directly.

This commit is contained in:
Matt Corallo
2011-12-23 20:27:12 -08:00
parent 9a93c4c024
commit 7d145a0f59
15 changed files with 202 additions and 5 deletions

View File

@@ -43,6 +43,7 @@ public slots:
private:
Ui::SendCoinsDialog *ui;
WalletModel *model;
bool fNewRecipientAllowed;
private slots:
void on_sendButton_clicked();