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

This commit is contained in:
Sebastian Beckmann
2025-05-28 18:24:39 +02:00
committed by Ryan Foster
parent 9e0c3219ff
commit 5cda3d4e8e
3 changed files with 2 additions and 8 deletions

View File

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

View File

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

View File

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