Style changes in utility.hpp

This commit is contained in:
WarmUpTill
2023-04-29 00:16:25 +02:00
committed by WarmUpTill
parent 20a934c9ab
commit 0138b412b4
100 changed files with 403 additions and 402 deletions

View File

@@ -91,12 +91,12 @@ void MacroSegmentList::Add(QWidget *widget)
void MacroSegmentList::Remove(int idx)
{
deleteLayoutItemWidget(_contentLayout->takeAt(idx));
DeleteLayoutItemWidget(_contentLayout->takeAt(idx));
}
void MacroSegmentList::Clear(int idx)
{
clearLayout(_contentLayout, idx);
ClearLayout(_contentLayout, idx);
}
void MacroSegmentList::Highlight(int idx, QColor color)