Update individual playlist columns, use enum class
This commit is contained in:
@@ -53,7 +53,7 @@ class PlaylistHeader : public StretchHeaderView {
|
||||
#endif
|
||||
|
||||
signals:
|
||||
void SectionVisibilityChanged(const int logical, const bool visible);
|
||||
void SectionVisibilityChanged(const int logical_index, const bool visible);
|
||||
void MouseEntered();
|
||||
void SectionRatingLockStatusChanged(const bool);
|
||||
|
||||
@@ -65,7 +65,7 @@ class PlaylistHeader : public StretchHeaderView {
|
||||
void ToggleRatingEditStatus();
|
||||
|
||||
private:
|
||||
void AddColumnAction(int index);
|
||||
void AddColumnAction(const int index);
|
||||
|
||||
private:
|
||||
PlaylistView *view_;
|
||||
|
||||
Reference in New Issue
Block a user