mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-02 06:36:06 -05:00
Add advss namespace
Fixes name conflict with "Duration" class and typedef of the same name on MacOS
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
|
||||
#include <QScreen>
|
||||
|
||||
namespace advss {
|
||||
|
||||
const std::string MacroConditionCursor::id = "cursor";
|
||||
|
||||
bool MacroConditionCursor::_registered = MacroConditionFactory::Register(
|
||||
@@ -380,3 +382,5 @@ void MacroConditionCursorEdit::UpdateEntryData()
|
||||
_maxY->SetValue(_entryData->_maxY);
|
||||
SetWidgetVisibility();
|
||||
}
|
||||
|
||||
} // namespace advss
|
||||
|
||||
Reference in New Issue
Block a user