mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-06-19 07:10:17 -05:00
Rename files
This commit is contained in:
parent
76c5ec480b
commit
e2b3563810
|
|
@ -203,7 +203,7 @@ set(advanced-scene-switcher_HEADERS
|
|||
src/headers/macro-condition-virtual-cam.hpp
|
||||
src/headers/macro-condition-window.hpp
|
||||
src/headers/macro.hpp
|
||||
src/headers/macro-entry-controls.hpp
|
||||
src/headers/macro-controls.hpp
|
||||
src/headers/macro-segment.hpp
|
||||
src/headers/macro-selection.hpp
|
||||
src/headers/curl-helper.hpp
|
||||
|
|
@ -285,7 +285,7 @@ set(advanced-scene-switcher_SOURCES
|
|||
src/macro-condition-virtual-cam.cpp
|
||||
src/macro-condition-window.cpp
|
||||
src/macro.cpp
|
||||
src/macro-entry-controls.cpp
|
||||
src/macro-controls.cpp
|
||||
src/macro-segment.cpp
|
||||
src/macro-selection.cpp
|
||||
src/macro-tab.cpp
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "headers/macro-entry-controls.hpp"
|
||||
#include "headers/macro-controls.hpp"
|
||||
|
||||
MacroEntryControls::MacroEntryControls(const int animationDuration,
|
||||
QWidget *parent)
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
#include "headers/macro-segment.hpp"
|
||||
#include "headers/macro-entry-controls.hpp"
|
||||
#include "headers/macro-controls.hpp"
|
||||
#include "headers/section.hpp"
|
||||
|
||||
#include <obs.hpp>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user