Переглянути джерело

shared/idian: Rename all-in-one include to Idian.hpp

Sebastian Beckmann 4 місяців тому
батько
коміт
5cda3d4e8e

+ 1 - 1
frontend/dialogs/OBSIdianPlayground.cpp

@@ -17,7 +17,7 @@
 
 #include "OBSIdianPlayground.hpp"
 
-#include <Idian/obs-widgets.hpp>
+#include <Idian/Idian.hpp>
 
 #include <QTimer>
 

+ 1 - 1
shared/qt/idian/CMakeLists.txt

@@ -26,7 +26,7 @@ target_sources(
     OBSToggleSwitch.cpp
     OBSToggleSwitch.hpp
 )
-target_sources(idian PUBLIC include/Idian/obs-widgets.hpp)
+target_sources(idian PUBLIC include/Idian/Idian.hpp)
 
 set_target_properties(idian PROPERTIES AUTOMOC ON FOLDER "frontend")
 

+ 0 - 6
shared/qt/idian/include/Idian/obs-widgets.hpp → shared/qt/idian/include/Idian/Idian.hpp

@@ -29,9 +29,3 @@
 #include "../../OBSPropertiesList.hpp"
 #include "../../OBSSpinBox.hpp"
 #include "../../OBSToggleSwitch.hpp"
-
-/// Note: This file serves as an all-in-one include for custom OBS widgets.
-///       It is not intended to define any widgets by itself.
-
-/// Note 2: These widgets are still heavily work in progress. They should not
-///         yet be used outside of the demo and scene collection dialogues.