X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fmainwindow.cpp;h=d0d9b6c49e89ecbd3073d5fbaf41c1e0300e1b5c;hb=e9bec1e17f41f66d3567148e110fe8a3b6451fb3;hp=05e41eb099bd1c1a0c42eb28ea8e6c980ce65c78;hpb=b563b8903fa84bb7fd62d7d0b84b70cb26843dbf;p=nageru diff --git a/nageru/mainwindow.cpp b/nageru/mainwindow.cpp index 05e41eb..d0d9b6c 100644 --- a/nageru/mainwindow.cpp +++ b/nageru/mainwindow.cpp @@ -50,7 +50,7 @@ #include "clickable_label.h" #include "context_menus.h" #include "correlation_meter.h" -#include "disk_space_estimator.h" +#include "shared/disk_space_estimator.h" #include "ellipsis_label.h" #include "flags.h" #include "glwidget.h" @@ -1548,6 +1548,8 @@ void MainWindow::closeEvent(QCloseEvent *event) } analyzer->hide(); + global_mixer->quit(); + mixer_shutting_down(); event->accept(); }