Fix saving playlist columns
This commit is contained in:
@@ -113,10 +113,10 @@ class PlaylistView : public QTreeView {
|
||||
void setModel(QAbstractItemModel *model);
|
||||
|
||||
void ResetColumns();
|
||||
void SaveGeometry();
|
||||
|
||||
public slots:
|
||||
void ReloadSettings();
|
||||
void SaveGeometry();
|
||||
void SaveSettings();
|
||||
void StopGlowing();
|
||||
void StartGlowing();
|
||||
@@ -171,9 +171,7 @@ class PlaylistView : public QTreeView {
|
||||
void MaybeAutoscroll();
|
||||
void InvalidateCachedCurrentPixmap();
|
||||
void PlaylistDestroyed();
|
||||
|
||||
void StretchChanged(bool stretch);
|
||||
|
||||
void FadePreviousBackgroundImage(qreal value);
|
||||
|
||||
private:
|
||||
@@ -217,6 +215,7 @@ class PlaylistView : public QTreeView {
|
||||
bool background_initialized_;
|
||||
bool setting_initial_header_layout_;
|
||||
bool read_only_settings_;
|
||||
bool state_loaded_;
|
||||
|
||||
QImage background_image_;
|
||||
QImage current_song_cover_art_;
|
||||
@@ -264,6 +263,9 @@ class PlaylistView : public QTreeView {
|
||||
bool drag_over_;
|
||||
|
||||
ColumnAlignmentMap column_alignment_;
|
||||
|
||||
QByteArray state_;
|
||||
|
||||
};
|
||||
|
||||
#endif // PLAYLISTVIEW_H
|
||||
|
||||
Reference in New Issue
Block a user