mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-01 14:15:22 -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 <QScrollBar>
|
||||
#include <QtGlobal>
|
||||
|
||||
namespace advss {
|
||||
|
||||
MacroSegmentList::MacroSegmentList(QWidget *parent)
|
||||
: QScrollArea(parent),
|
||||
_layout(new QVBoxLayout),
|
||||
@@ -439,3 +441,5 @@ void MacroSegmentList::dropEvent(QDropEvent *event)
|
||||
#endif
|
||||
_dragPosition = -1;
|
||||
}
|
||||
|
||||
} // namespace advss
|
||||
|
||||
Reference in New Issue
Block a user