clang_format

This commit is contained in:
tGecko 2024-09-23 15:07:05 +02:00
parent 217d221a26
commit 39d806b50e
4 changed files with 3 additions and 5 deletions

View File

@ -19,7 +19,6 @@ public:
void playMusic(const QString& snd0path); void playMusic(const QString& snd0path);
void stopMusic(); void stopMusic();
private: private:
BackgroundMusicPlayer(QObject* parent = nullptr); BackgroundMusicPlayer(QObject* parent = nullptr);
~BackgroundMusicPlayer(); ~BackgroundMusicPlayer();

View File

@ -136,7 +136,6 @@ SettingsDialog::SettingsDialog(std::span<const QString> physical_devices, QWidge
}); });
connect(ui->playBGMCheckBox, &QCheckBox::stateChanged, this, connect(ui->playBGMCheckBox, &QCheckBox::stateChanged, this,
[](int val) { Config::setPlayBGM(val); }); [](int val) { Config::setPlayBGM(val); });
} }
// GPU TAB // GPU TAB