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:
WarmUpTill
2023-03-04 15:27:46 +01:00
committed by WarmUpTill
parent 3cd4b2251f
commit 22bbd3a4ca
6 changed files with 33 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ public:
std::string Path() const { return _path; }
std::string WorkingDir() const { return _workingDirectory; }
StringList Args() const { return _args; }
QStringList Args(); // Resolves variables
private:
std::string _path = obs_module_text("AdvSceneSwitcher.enterPath");