Formatting
This commit is contained in:
@@ -73,8 +73,8 @@ static const QRegularExpression kRegex_ALSA_PCM_Dev(u"^.*:.*DEV=.*"_s);
|
||||
} // namespace
|
||||
|
||||
#ifdef __GNUC__
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Warray-bounds"
|
||||
# pragma GCC diagnostic push
|
||||
# pragma GCC diagnostic ignored "-Warray-bounds"
|
||||
#endif
|
||||
|
||||
BackendSettingsPage::BackendSettingsPage(SettingsDialog *dialog, const SharedPtr<Player> player, const SharedPtr<DeviceFinders> device_finders, QWidget *parent)
|
||||
|
||||
@@ -51,7 +51,7 @@ class GlobalShortcutsSettingsPage : public SettingsPage {
|
||||
private Q_SLOTS:
|
||||
void ShortcutOptionsChanged();
|
||||
|
||||
void ItemClicked(QTreeWidgetItem*);
|
||||
void ItemClicked(QTreeWidgetItem *item);
|
||||
void NoneClicked();
|
||||
void DefaultClicked();
|
||||
void ChangeClicked();
|
||||
|
||||
@@ -52,7 +52,7 @@ using namespace MoodbarSettings;
|
||||
namespace {
|
||||
constexpr int kMoodbarPreviewWidth = 150;
|
||||
constexpr int kMoodbarPreviewHeight = 18;
|
||||
}
|
||||
} // namespace
|
||||
|
||||
MoodbarSettingsPage::MoodbarSettingsPage(SettingsDialog *dialog, QWidget *parent)
|
||||
: SettingsPage(dialog, parent),
|
||||
|
||||
Reference in New Issue
Block a user