obs-studio/UI/expand-checkbox.hpp

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

8 lines
91 B
C++
Raw Normal View History

#pragma once
2018-06-02 16:45:01 +00:00
#include <QCheckBox>
class ExpandCheckBox : public QCheckBox {
Q_OBJECT
};