aboutsummaryrefslogtreecommitdiff
path: root/qmidiplayer-desktop/qmpchannelswindow.cpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-01-14 00:57:23 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-01-14 00:57:23 -0500
commit7830db71fa0160d7f40ea9b4650003019c2ff50c (patch)
tree27f055fd36a64ea76a74587caa22eed617147c03 /qmidiplayer-desktop/qmpchannelswindow.cpp
parentf7def0d883fa5cab62ef61b40b9f857245be8e6c (diff)
downloadQMidiPlayer-7830db71fa0160d7f40ea9b4650003019c2ff50c.tar.xz
Fixes for channels window and simple visualization.
a) Channel status light doesn't blink in release builds. b) Simple visualization shows blank channel info when opened.
Diffstat (limited to 'qmidiplayer-desktop/qmpchannelswindow.cpp')
-rw-r--r--qmidiplayer-desktop/qmpchannelswindow.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/qmidiplayer-desktop/qmpchannelswindow.cpp b/qmidiplayer-desktop/qmpchannelswindow.cpp
index 7743084..a97d86b 100644
--- a/qmidiplayer-desktop/qmpchannelswindow.cpp
+++ b/qmidiplayer-desktop/qmpchannelswindow.cpp
@@ -8,7 +8,8 @@
#include "ui_qmpchannelswindow.h"
#include "qmpmainwindow.hpp"
-qmpChannelsModel::qmpChannelsModel(QObject *parent): QAbstractTableModel(parent)
+qmpChannelsModel::qmpChannelsModel(QObject *parent): QAbstractTableModel(parent),
+ updatequeued(false)
{
evh = qmpMainWindow::getInstance()->getPlayer()->registerEventHandler(
[this](const void *_e, void *)