Remove qt references (#122)

This commit is contained in:
Dimitris Apostolou
2019-04-05 19:14:55 +03:00
committed by adityapk00
parent 281595a252
commit b3a8982d44
5 changed files with 12 additions and 12 deletions

View File

@@ -1012,7 +1012,7 @@ void RPC::checkForUpdate(bool silent) {
.arg(currentVersion.toString()),
QMessageBox::Yes, QMessageBox::Cancel);
if (ans == QMessageBox::Yes) {
QDesktopServices::openUrl(QUrl("https://github.com/ZcashFoundation/zec-qt-wallet/releases"));
QDesktopServices::openUrl(QUrl("https://github.com/ZcashFoundation/zecwallet/releases"));
} else {
// If the user selects cancel, don't bother them again for this version
s.setValue("update/lastversion", maxVersion.toString());
@@ -1214,4 +1214,4 @@ QString RPC::getDefaultTAddress() {
return getAllTAddresses()->at(0);
else
return QString();
}
}