Rename files

This commit is contained in:
WarmUpTill
2023-12-24 01:29:38 +01:00
committed by WarmUpTill
parent 23df42d2d3
commit 2147f6d3bf
14 changed files with 16 additions and 16 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -3,7 +3,7 @@
#include "twitch-helpers.hpp"
#include <log-helper.hpp>
#include <plugin-state-helper.hpp>
#include <plugin-state-helpers.hpp>
namespace advss {

View File

@@ -3,7 +3,7 @@
#include "twitch-helpers.hpp"
#include <log-helper.hpp>
#include <plugin-state-helper.hpp>
#include <plugin-state-helpers.hpp>
namespace advss {

View File

@@ -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>

View File

@@ -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>

View File

@@ -1,4 +1,4 @@
#include "sync-helper.hpp"
#include "sync-helpers.hpp"
namespace advss {

View File

@@ -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>

View File

@@ -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>