Formatting

This commit is contained in:
Jonas Kvinge
2023-07-21 05:11:27 +02:00
parent 9fb15545bd
commit a2c7ff63df
87 changed files with 5 additions and 84 deletions

View File

@@ -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

View File

@@ -101,7 +101,6 @@ class BackendSettingsPage : public SettingsPage {
EngineBase::Type enginetype_current_;
QString output_current_;
QVariant device_current_;
};
#endif // BACKENDSETTINGSPAGE_H

View File

@@ -84,7 +84,6 @@ class BehaviourSettingsPage : public SettingsPage {
Ui_BehaviourSettingsPage *ui_;
QMap<QString, QString> language_map_;
bool systemtray_available_;
};
#endif // BEHAVIOURSETTINGSPAGE_H

View File

@@ -83,7 +83,6 @@ class GlobalShortcutsSettingsPage : public SettingsPage {
QString current_id_;
QString de_;
};
#endif // GLOBALSHORTCUTSSETTINGSPAGE_H

View File

@@ -53,7 +53,6 @@ class PlaylistSettingsPage : public SettingsPage {
private:
Ui_PlaylistSettingsPage *ui_;
};
Q_DECLARE_METATYPE(PlaylistSettingsPage::PathType)

View File

@@ -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

View File

@@ -56,7 +56,6 @@ class SettingsPage;
class Ui_SettingsDialog;
class SettingsItemDelegate : public QStyledItemDelegate {
Q_OBJECT