Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
This commit is contained in:
@@ -125,7 +125,7 @@ public slots:
|
||||
@param[out] payFee true to pay the fee, false to not pay the fee
|
||||
*/
|
||||
void askFee(qint64 nFeeRequired, bool *payFee);
|
||||
void handleURL(QString strURL);
|
||||
void handleURI(QString strURI);
|
||||
|
||||
void gotoMessagePage();
|
||||
void gotoMessagePage(QString);
|
||||
|
||||
Reference in New Issue
Block a user