obs-studio/UI/mute-checkbox.hpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
89 B
C++
Raw Normal View History

2015-03-22 21:54:50 +00:00
#pragma once
#include <QCheckBox>
class MuteCheckBox : public QCheckBox {
Q_OBJECT
};