1
0

refactor: rename m_gv to m_nav and m_graphicsView to m_gv for better abbr.

This commit is contained in:
2026-07-04 14:35:28 +08:00
parent 60eebea741
commit 82f1f10cca
2 changed files with 54 additions and 54 deletions

View File

@@ -103,10 +103,10 @@ private:
private:
ActionManager *m_am;
PlaylistManager *m_pm;
GraphicsView *m_gv;
NavigatorView *m_nav;
QFileSystemWatcher *m_fileSystemWatcher;
GraphicsView *m_graphicsView;
NavigatorView *m_gv;
BottomButtonGroup *m_bottomButtonGroup;
};