mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-15 05:40:01 -05:00
Add advss namespace
Fixes name conflict with "Duration" class and typedef of the same name on MacOS
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
#include <QStringList>
|
||||
#include <QVBoxLayout>
|
||||
|
||||
namespace advss {
|
||||
|
||||
class ProcessConfig {
|
||||
public:
|
||||
bool Save(obs_data_t *obj) const;
|
||||
@@ -54,3 +56,5 @@ private:
|
||||
StringListEdit *_argList;
|
||||
FileSelection *_workingDirectory;
|
||||
};
|
||||
|
||||
} // namespace advss
|
||||
|
||||
Reference in New Issue
Block a user