Skip to content

Commit

Permalink
Rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
WarmUpTill committed Nov 16, 2024
1 parent db50822 commit 5a8627c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions plugins/video/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ target_sources(
macro-condition-video.hpp
opencv-helpers.cpp
opencv-helpers.hpp
paramerter-wrappers.cpp
paramerter-wrappers.hpp
parameter-wrappers.cpp
parameter-wrappers.hpp
preview-dialog.cpp
preview-dialog.hpp
screenshot-dialog.cpp
Expand Down
2 changes: 1 addition & 1 deletion plugins/video/macro-condition-video.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once
#include "opencv-helpers.hpp"
#include "area-selection.hpp"
#include "paramerter-wrappers.hpp"
#include "parameter-wrappers.hpp"
#include "preview-dialog.hpp"

#include <macro-condition-edit.hpp>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "paramerter-wrappers.hpp"
#include "parameter-wrappers.hpp"

#include <QFileInfo>
#include <source-helpers.hpp>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion plugins/video/preview-dialog.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once
#include "paramerter-wrappers.hpp"
#include "parameter-wrappers.hpp"

#include <QDialog>
#include <QLabel>
Expand Down
2 changes: 1 addition & 1 deletion plugins/video/screenshot-dialog.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once
#include "screenshot-helper.hpp"
#include "paramerter-wrappers.hpp"
#include "parameter-wrappers.hpp"

#include <optional>
#include <obs.h>
Expand Down

0 comments on commit 5a8627c

Please sign in to comment.