mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-07 17:16:00 -05:00
Add advss namespace
Fixes name conflict with "Duration" class and typedef of the same name on MacOS
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
#include "utility.hpp"
|
||||
#include "advanced-scene-switcher.hpp"
|
||||
|
||||
namespace advss {
|
||||
|
||||
const std::string MacroConditionHotkey::id = "hotkey";
|
||||
|
||||
bool MacroConditionHotkey::_registered = MacroConditionFactory::Register(
|
||||
@@ -110,3 +112,5 @@ void MacroConditionHotkeyEdit::UpdateEntryData()
|
||||
_name->setText(
|
||||
QString::fromStdString(_entryData->_hotkey->GetDescription()));
|
||||
}
|
||||
|
||||
} // namespace advss
|
||||
|
||||
Reference in New Issue
Block a user