Formatting
This commit is contained in:
@@ -115,7 +115,6 @@ class AppearanceSettingsPage : public SettingsPage {
|
||||
BackgroundImageType background_image_type_;
|
||||
QString background_image_filename_;
|
||||
QColor current_playlist_playing_song_color_;
|
||||
|
||||
};
|
||||
|
||||
#endif // APPEARANCESETTINGSPAGE_H
|
||||
|
||||
@@ -101,7 +101,6 @@ class BackendSettingsPage : public SettingsPage {
|
||||
EngineBase::Type enginetype_current_;
|
||||
QString output_current_;
|
||||
QVariant device_current_;
|
||||
|
||||
};
|
||||
|
||||
#endif // BACKENDSETTINGSPAGE_H
|
||||
|
||||
@@ -84,7 +84,6 @@ class BehaviourSettingsPage : public SettingsPage {
|
||||
Ui_BehaviourSettingsPage *ui_;
|
||||
QMap<QString, QString> language_map_;
|
||||
bool systemtray_available_;
|
||||
|
||||
};
|
||||
|
||||
#endif // BEHAVIOURSETTINGSPAGE_H
|
||||
|
||||
@@ -83,7 +83,6 @@ class GlobalShortcutsSettingsPage : public SettingsPage {
|
||||
|
||||
QString current_id_;
|
||||
QString de_;
|
||||
|
||||
};
|
||||
|
||||
#endif // GLOBALSHORTCUTSSETTINGSPAGE_H
|
||||
|
||||
@@ -53,7 +53,6 @@ class PlaylistSettingsPage : public SettingsPage {
|
||||
|
||||
private:
|
||||
Ui_PlaylistSettingsPage *ui_;
|
||||
|
||||
};
|
||||
|
||||
Q_DECLARE_METATYPE(PlaylistSettingsPage::PathType)
|
||||
|
||||
@@ -69,7 +69,6 @@ class ScrobblerSettingsPage : public SettingsPage {
|
||||
void LastFM_RefreshControls(const bool authenticated);
|
||||
void LibreFM_RefreshControls(const bool authenticated);
|
||||
void ListenBrainz_RefreshControls(const bool authenticated);
|
||||
|
||||
};
|
||||
|
||||
#endif // SCROBBLERSETTINGSPAGE_H
|
||||
|
||||
@@ -56,7 +56,6 @@ class SettingsPage;
|
||||
|
||||
class Ui_SettingsDialog;
|
||||
|
||||
|
||||
class SettingsItemDelegate : public QStyledItemDelegate {
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user