|
@@ -259,7 +259,6 @@ private:
|
|
void GetAudioSourceProperties();
|
|
void GetAudioSourceProperties();
|
|
void VolControlContextMenu();
|
|
void VolControlContextMenu();
|
|
|
|
|
|
- void AddSceneCollection(bool create_new);
|
|
|
|
void RefreshSceneCollections();
|
|
void RefreshSceneCollections();
|
|
void ChangeSceneCollection();
|
|
void ChangeSceneCollection();
|
|
void LogScenes();
|
|
void LogScenes();
|
|
@@ -407,6 +406,10 @@ public slots:
|
|
void SetCurrentScene(OBSSource scene, bool force = false,
|
|
void SetCurrentScene(OBSSource scene, bool force = false,
|
|
bool direct = false);
|
|
bool direct = false);
|
|
|
|
|
|
|
|
+ bool AddSceneCollection(
|
|
|
|
+ bool create_new,
|
|
|
|
+ const QString &name = QString());
|
|
|
|
+
|
|
private slots:
|
|
private slots:
|
|
void AddSceneItem(OBSSceneItem item);
|
|
void AddSceneItem(OBSSceneItem item);
|
|
void RemoveSceneItem(OBSSceneItem item);
|
|
void RemoveSceneItem(OBSSceneItem item);
|