mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-14 05:36:36 -05:00
Rename file
This commit is contained in:
parent
5602dfa09a
commit
e4d064aaa3
|
|
@ -42,12 +42,11 @@ target_sources(
|
|||
src/general.cpp
|
||||
src/hotkey.cpp
|
||||
src/hotkey.hpp
|
||||
src/hotkey.hpp
|
||||
src/platform-funcs.hpp
|
||||
src/status-control.cpp
|
||||
src/status-control.hpp
|
||||
src/switcher-data-structs.cpp
|
||||
src/switcher-data-structs.hpp
|
||||
src/switcher-data.cpp
|
||||
src/switcher-data.hpp
|
||||
src/version.cpp
|
||||
src/version.h)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
#include "macro-segment-list.hpp"
|
||||
#include "switcher-data-structs.hpp"
|
||||
#include "switcher-data.hpp"
|
||||
|
||||
#include <ui_advanced-scene-switcher.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#include "macro-tree.hpp"
|
||||
#include "macro.hpp"
|
||||
#include "utility.hpp"
|
||||
#include "switcher-data-structs.hpp"
|
||||
#include "switcher-data.hpp"
|
||||
|
||||
#include <obs.h>
|
||||
#include <string>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <advanced-scene-switcher.hpp>
|
||||
#include <macro-condition-edit.hpp>
|
||||
#include <switcher-data-structs.hpp>
|
||||
#include <switcher-data.hpp>
|
||||
#include <utility.hpp>
|
||||
|
||||
#include <QFileDialog>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "switcher-data-structs.hpp"
|
||||
#include "switcher-data.hpp"
|
||||
#include "utility.hpp"
|
||||
|
||||
namespace advss {
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
#include "connection-manager.hpp"
|
||||
#include "utility.hpp"
|
||||
#include "name-dialog.hpp"
|
||||
#include "switcher-data-structs.hpp"
|
||||
#include "switcher-data.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <QAction>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#include "scene-switch-helpers.hpp"
|
||||
#include "switcher-data-structs.hpp"
|
||||
#include "switcher-data.hpp"
|
||||
#include "obs-frontend-api.h"
|
||||
#include "utility.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#include "variable-string.hpp"
|
||||
|
||||
#include <switcher-data-structs.hpp>
|
||||
#include <utility.hpp>
|
||||
#include "switcher-data.hpp"
|
||||
#include "utility.hpp"
|
||||
|
||||
namespace advss {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#include "variable-text-edit.hpp"
|
||||
#include "switcher-data-structs.hpp"
|
||||
#include "switcher-data.hpp"
|
||||
|
||||
namespace advss {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
#include "variable.hpp"
|
||||
#include "switcher-data.hpp"
|
||||
#include "math-helpers.hpp"
|
||||
#include "utility.hpp"
|
||||
|
||||
#include <switcher-data-structs.hpp>
|
||||
|
||||
namespace advss {
|
||||
|
||||
// Keep track of the last time a variable was changed to save some work when
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user