mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-24 06:08:43 -05:00
ExpandCheckBox was introduced in 88b6c63, but the seemingly replaced by
SourceTreeSubItemCheckBox during development. This means that it became
completely unused.
69 lines
2.0 KiB
CMake
69 lines
2.0 KiB
CMake
target_sources(
|
|
obs-studio
|
|
PRIVATE # cmake-format: sortable
|
|
adv-audio-control.cpp
|
|
adv-audio-control.hpp
|
|
audio-encoders.cpp
|
|
audio-encoders.hpp
|
|
balance-slider.hpp
|
|
clickable-label.hpp
|
|
context-bar-controls.cpp
|
|
context-bar-controls.hpp
|
|
double-slider.cpp
|
|
double-slider.hpp
|
|
focus-list.cpp
|
|
focus-list.hpp
|
|
horizontal-scroll-area.cpp
|
|
horizontal-scroll-area.hpp
|
|
hotkey-edit.cpp
|
|
hotkey-edit.hpp
|
|
item-widget-helpers.cpp
|
|
item-widget-helpers.hpp
|
|
lineedit-autoresize.cpp
|
|
lineedit-autoresize.hpp
|
|
locked-checkbox.cpp
|
|
locked-checkbox.hpp
|
|
log-viewer.cpp
|
|
log-viewer.hpp
|
|
media-controls.cpp
|
|
media-controls.hpp
|
|
media-slider.cpp
|
|
media-slider.hpp
|
|
menu-button.cpp
|
|
menu-button.hpp
|
|
mute-checkbox.hpp
|
|
plain-text-edit.cpp
|
|
plain-text-edit.hpp
|
|
properties-view.cpp
|
|
properties-view.hpp
|
|
properties-view.moc.hpp
|
|
record-button.cpp
|
|
record-button.hpp
|
|
remote-text.cpp
|
|
remote-text.hpp
|
|
scene-tree.cpp
|
|
scene-tree.hpp
|
|
screenshot-obj.hpp
|
|
slider-absoluteset-style.cpp
|
|
slider-absoluteset-style.hpp
|
|
slider-ignorewheel.cpp
|
|
slider-ignorewheel.hpp
|
|
source-label.cpp
|
|
source-label.hpp
|
|
source-tree.cpp
|
|
source-tree.hpp
|
|
spinbox-ignorewheel.cpp
|
|
spinbox-ignorewheel.hpp
|
|
undo-stack-obs.cpp
|
|
undo-stack-obs.hpp
|
|
url-push-button.cpp
|
|
url-push-button.hpp
|
|
vertical-scroll-area.cpp
|
|
vertical-scroll-area.hpp
|
|
visibility-checkbox.cpp
|
|
visibility-checkbox.hpp
|
|
visibility-item-widget.cpp
|
|
visibility-item-widget.hpp
|
|
volume-control.cpp
|
|
volume-control.hpp)
|