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:
@@ -8,6 +8,8 @@
|
||||
#include <QPushButton>
|
||||
#include <chrono>
|
||||
|
||||
namespace advss {
|
||||
|
||||
class Duration {
|
||||
public:
|
||||
Duration() = default;
|
||||
@@ -61,3 +63,5 @@ private:
|
||||
|
||||
Duration _current;
|
||||
};
|
||||
|
||||
} // namespace advss
|
||||
|
||||
Reference in New Issue
Block a user