0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
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 18:45:01 +02:00
#include <QCheckBox>
class ExpandCheckBox : public QCheckBox {
Q_OBJECT
};