Display all scene items when selecting "current scene"

This commit is contained in:
WarmUpTill
2021-06-22 20:56:13 +02:00
committed by WarmUpTill
parent 034a1b0c93
commit efef29603b
3 changed files with 38 additions and 4 deletions

View File

@@ -12,6 +12,8 @@
#include <unordered_map>
#include "scene-group.hpp"
class SceneSelection;
bool WeakSourceValid(obs_weak_source_t *ws);
std::string GetWeakSourceName(obs_weak_source_t *weak_source);
OBSWeakSource GetWeakSourceByName(const char *name);
@@ -74,3 +76,4 @@ void populateFilterSelection(QComboBox *list,
OBSWeakSource weakSource = nullptr);
void populateSceneItemSelection(QComboBox *list,
OBSWeakSource sceneWeakSource = nullptr);
void populateSceneItemSelection(QComboBox *list, SceneSelection &s);