]> git.sesse.net Git - nageru/commit
Filter Qt signals about updated names and colors.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 2 May 2016 19:44:02 +0000 (21:44 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 2 May 2016 20:05:21 +0000 (22:05 +0200)
commit7dec19543c858de7247f64f6c82f613f9fe05825
tree381f1c356a9cdd1d85429d57d698892f1c3d5b1f
parent5c6163ad5daa01b486e44c394dd7cc9878ec5df5
Filter Qt signals about updated names and colors.

This is rather painful and should not be needed, but evidently Qt
can build up unbounded signals/slots queues if we send too often
(and “too often” is seemingly mere hundreds of messages per second).
glwidget.cpp
glwidget.h
mainwindow.cpp
mainwindow.h
mixer.cpp
mixer.h