0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 21:13:04 +02:00
obs-studio/UI/mute-checkbox.hpp

8 lines
89 B
C++
Raw Normal View History

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