yolobs-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

2016-02-23 23:16:51 +00:00
#pragma once
#include <QCheckBox>
class MuteCheckBox : public QCheckBox {
Q_OBJECT
};