mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-21 12:49:40 +08:00
8 lines
89 B
C++
8 lines
89 B
C++
#pragma once
|
|
|
|
#include <QCheckBox>
|
|
|
|
class MuteCheckBox : public QCheckBox {
|
|
Q_OBJECT
|
|
};
|