This website requires JavaScript.
Explore
Minetest
Help
Sign In
jp9000
/
obs-studio
Watch
1
Star
0
Fork
You've already forked obs-studio
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0a218e06b7
obs-studio
/
UI
/
expand-checkbox.hpp
8 lines
91 B
C++
Raw
Normal View
History
Unescape
Escape
UI, libobs, text-freetype2: Add missing pragma once in header files
2019-04-01 00:10:25 -07:00
#
pragma once
UI: Add grouping
2018-06-02 09:45:01 -07:00
#
include
<QCheckBox>
class
ExpandCheckBox
:
public
QCheckBox
{
Q_OBJECT
}
;