mingw compiler
This commit is contained in:
@@ -90,7 +90,7 @@ void ConnectionLoader::refreshZcashdState(Connection* connection) {
|
|||||||
[=] (auto) {
|
[=] (auto) {
|
||||||
// Success, hide the dialog if it was shown.
|
// Success, hide the dialog if it was shown.
|
||||||
d->hide();
|
d->hide();
|
||||||
doRPCSetConnection(connection);
|
this->doRPCSetConnection(connection);
|
||||||
},
|
},
|
||||||
[=] (auto reply, auto res) {
|
[=] (auto reply, auto res) {
|
||||||
d->show();
|
d->show();
|
||||||
|
|||||||
@@ -493,7 +493,7 @@ void MainWindow::exportAllKeys() {
|
|||||||
if (!file.open(QIODevice::WriteOnly)) {
|
if (!file.open(QIODevice::WriteOnly)) {
|
||||||
QMessageBox::information(this, tr("Unable to open file"), file.errorString());
|
QMessageBox::information(this, tr("Unable to open file"), file.errorString());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
QTextStream out(&file);
|
QTextStream out(&file);
|
||||||
out << pui.privKeyTxt->toPlainText();
|
out << pui.privKeyTxt->toPlainText();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user