From d4e51fd19a2922df6cd997d4366a0b1c16b4fdd3 Mon Sep 17 00:00:00 2001 From: DenioD <41270280+DenioD@users.noreply.github.com> Date: Sat, 6 Jun 2020 20:56:49 +0200 Subject: [PATCH] fix typo --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 0e7f00a..497503d 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -363,7 +363,7 @@ void MainWindow::closeEvent(QCloseEvent* event) { void MainWindow::closeEventpw(QCloseEvent* event) { // Let the RPC know to shut down any running service. - rpc->shutdownhushdStartup(); + rpc->shutdownhushd(); }