diff --git a/src/AnalyzeView/LogDownloadPage.qml b/src/AnalyzeView/LogDownloadPage.qml index bbe5b37979d213eba2881cf3597fb5b3c220d93b..f2b684d630b7da0669ef8367c57394ded5fc4bff 100644 --- a/src/AnalyzeView/LogDownloadPage.qml +++ b/src/AnalyzeView/LogDownloadPage.qml @@ -186,7 +186,7 @@ AnalyzePage { message: qsTr("All log files will be erased permanently. Is this really what you want?") function accept() { - logDownloadPage.hideDialog() + hideDialog() logController.eraseAll() } }