Fixed bug where AudioModel would never exit

This commit is contained in:
Digital Artifex
2025-08-15 09:34:47 -04:00
parent a47f8063ca
commit b5084697a0
2 changed files with 10 additions and 1 deletions

View File

@@ -113,6 +113,7 @@ private:
inline static AudioModel *m_instance = nullptr;
inline static QThread *m_thread = nullptr;
inline static QMutex m_mutex;
inline static quint64 m_clients = 0; // used to track
QPixmap m_frame;