mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-27 02:42:26 -04:00
shared/idian: Rename all-in-one include to Idian.hpp
This commit is contained in:
committed by
Ryan Foster
parent
9e0c3219ff
commit
5cda3d4e8e
@@ -17,7 +17,7 @@
|
||||
|
||||
#include "OBSIdianPlayground.hpp"
|
||||
|
||||
#include <Idian/obs-widgets.hpp>
|
||||
#include <Idian/Idian.hpp>
|
||||
|
||||
#include <QTimer>
|
||||
|
||||
|
||||
@@ -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")
|
||||
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user