Add initializer_list support and set default add dialog window title

This commit is contained in:
WarmUpTill
2026-01-19 19:38:50 +01:00
parent 7ea721f9f1
commit 0a53a8649f
2 changed files with 5 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ namespace advss {
class StringList : public QList<StringVariable> {
public:
using QList<StringVariable>::QList;
EXPORT bool Save(obs_data_t *obj, const char *name,
const char *elementName = "string") const;
EXPORT bool Load(obs_data_t *obj, const char *name,