mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-12 19:46:18 -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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user