1
0

refactor: fully refactor playlist manager

- refactor playlist manager. remove useless qt model design.
- update action updator function.
This commit is contained in:
2026-07-13 15:40:59 +08:00
parent dbf8c09368
commit 04fa491cd8
9 changed files with 425 additions and 424 deletions

View File

@@ -320,7 +320,7 @@ void GraphicsView::setEnableAutoFitToScreen(bool enable)
m_enableFitToScreen = enable;
}
bool GraphicsView::avoidResetTransform() const
bool GraphicsView::isAvoidResetTransform() const
{
return m_avoidResetTransform;
}
@@ -330,7 +330,7 @@ void GraphicsView::setAvoidResetTransform(bool avoidReset)
m_avoidResetTransform = avoidReset;
}
bool GraphicsView::checkerboard() const {
bool GraphicsView::isCheckerboard() const {
return m_checkerboardEnabled;
}