Code style changes to match the existing code
This changes the style of the private variable and the call convention of the inherited functions.
This commit is contained in:
@@ -220,7 +220,7 @@ class PlaylistView : public QTreeView {
|
||||
Playlist *playlist_;
|
||||
PlaylistHeader *header_;
|
||||
|
||||
qreal device_pixel_ratio;
|
||||
qreal device_pixel_ratio_;
|
||||
AppearanceSettingsPage::BackgroundImageType background_image_type_;
|
||||
QString background_image_filename_;
|
||||
AppearanceSettingsPage::BackgroundImagePosition background_image_position_;
|
||||
|
||||
Reference in New Issue
Block a user