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(); }