mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-16 06:08:12 -05:00
Rename files
This commit is contained in:
@@ -297,8 +297,8 @@ target_sources(
|
||||
src/utils/obs-module-helper.hpp
|
||||
src/utils/osc-helpers.cpp
|
||||
src/utils/osc-helpers.hpp
|
||||
src/utils/plugin-state-helper.cpp
|
||||
src/utils/plugin-state-helper.hpp
|
||||
src/utils/plugin-state-helpers.cpp
|
||||
src/utils/plugin-state-helpers.hpp
|
||||
src/utils/priority-helper.cpp
|
||||
src/utils/priority-helper.hpp
|
||||
src/utils/process-config.cpp
|
||||
@@ -329,8 +329,8 @@ target_sources(
|
||||
src/utils/striped-frame.hpp
|
||||
src/utils/switch-button.cpp
|
||||
src/utils/switch-button.hpp
|
||||
src/utils/sync-helper.cpp
|
||||
src/utils/sync-helper.hpp
|
||||
src/utils/sync-helpers.cpp
|
||||
src/utils/sync-helpers.hpp
|
||||
src/utils/temp-variable.cpp
|
||||
src/utils/temp-variable.hpp
|
||||
src/utils/transition-selection.cpp
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "macro-action-plugin-state.hpp"
|
||||
#include "plugin-state-helper.hpp"
|
||||
#include "plugin-state-helpers.hpp"
|
||||
#include "utility.hpp"
|
||||
|
||||
#include <thread>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "macro-action-scene-collection.hpp"
|
||||
#include "plugin-state-helper.hpp"
|
||||
#include "plugin-state-helpers.hpp"
|
||||
#include "utility.hpp"
|
||||
|
||||
namespace advss {
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
#include <utility.hpp>
|
||||
#include <log-helper.hpp>
|
||||
#include <obs-module-helper.hpp>
|
||||
#include <plugin-state-helper.hpp>
|
||||
#include <sync-helper.hpp>
|
||||
#include <plugin-state-helpers.hpp>
|
||||
#include <sync-helpers.hpp>
|
||||
|
||||
namespace advss {
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include "twitch-helpers.hpp"
|
||||
|
||||
#include <log-helper.hpp>
|
||||
#include <plugin-state-helper.hpp>
|
||||
#include <plugin-state-helpers.hpp>
|
||||
|
||||
namespace advss {
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include "twitch-helpers.hpp"
|
||||
|
||||
#include <log-helper.hpp>
|
||||
#include <plugin-state-helper.hpp>
|
||||
#include <plugin-state-helpers.hpp>
|
||||
|
||||
namespace advss {
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "token.hpp"
|
||||
#include "twitch-helpers.hpp"
|
||||
|
||||
#include <plugin-state-helper.hpp>
|
||||
#include <plugin-state-helpers.hpp>
|
||||
#include <log-helper.hpp>
|
||||
#include <obs-module-helper.hpp>
|
||||
#include <utility.hpp>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "connection-manager.hpp"
|
||||
#include "utility.hpp"
|
||||
#include "obs-module-helper.hpp"
|
||||
#include "plugin-state-helper.hpp"
|
||||
#include "plugin-state-helpers.hpp"
|
||||
#include "name-dialog.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "sync-helper.hpp"
|
||||
#include "sync-helpers.hpp"
|
||||
|
||||
namespace advss {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "advanced-scene-switcher.hpp"
|
||||
#include "macro.hpp"
|
||||
#include "macro-segment.hpp"
|
||||
#include "plugin-state-helper.hpp"
|
||||
#include "plugin-state-helpers.hpp"
|
||||
#include "utility.hpp"
|
||||
|
||||
#include <QVariant>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#include "websocket-helpers.hpp"
|
||||
#include "connection-manager.hpp"
|
||||
#include "log-helper.hpp"
|
||||
#include "plugin-state-helper.hpp"
|
||||
#include "sync-helper.hpp"
|
||||
#include "plugin-state-helpers.hpp"
|
||||
#include "sync-helpers.hpp"
|
||||
|
||||
#include <QCryptographicHash>
|
||||
#include <obs-websocket-api.h>
|
||||
|
||||
Reference in New Issue
Block a user