mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-08 17:45:57 -05:00
Extract argument list to generic string list class and widget
* To be used for http header support * Add variable support
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#include "variable.hpp"
|
||||
|
||||
#include <obs-data.h>
|
||||
#include <obs-module.h>
|
||||
|
||||
@@ -6,7 +8,7 @@
|
||||
#include <QListWidget>
|
||||
#include <QStringList>
|
||||
|
||||
class StringList : public QStringList {
|
||||
class StringList : public QList<VariableResolvingString> {
|
||||
public:
|
||||
bool Save(obs_data_t *obj, const char *name,
|
||||
const char *elementName = "string") const;
|
||||
|
||||
Reference in New Issue
Block a user