Move desktopservices to settings

This commit is contained in:
Arjun
2019-06-27 10:51:17 -07:00
committed by Aditya Kulkarni
parent 7fa888c45c
commit d917e7754c
3 changed files with 27 additions and 22 deletions

View File

@@ -77,6 +77,9 @@ public:
static void saveRestore(QDialog* d);
static void openAddressInExplorer(QString address);
static void openTxInExplorer(QString txid);
static PaymentURI parseURI(QString paymentURI);
static QString paymentURIPretty(PaymentURI);