Add support for opening bitcoin: URIs directly.
This commit is contained in:
@@ -671,6 +671,13 @@ void BitcoinGUI::dropEvent(QDropEvent *event)
|
||||
event->acceptProposedAction();
|
||||
}
|
||||
|
||||
void BitcoinGUI::handleURL(QString strURL)
|
||||
{
|
||||
gotoSendCoinsPage();
|
||||
QUrl url = QUrl(strURL);
|
||||
sendCoinsPage->handleURL(&url);
|
||||
}
|
||||
|
||||
void BitcoinGUI::setEncryptionStatus(int status)
|
||||
{
|
||||
switch(status)
|
||||
|
||||
Reference in New Issue
Block a user