Formatting

This commit is contained in:
Jonas Kvinge
2021-07-11 09:49:38 +02:00
parent a6742d401c
commit e48b7d83a3
161 changed files with 370 additions and 369 deletions

View File

@@ -52,8 +52,8 @@ class Equalizer : public QDialog {
Params();
Params(int g0, int g1, int g2, int g3, int g4, int g5, int g6, int g7, int g8, int g9, int pre = 0);
bool operator ==(const Params &other) const;
bool operator !=(const Params &other) const;
bool operator==(const Params &other) const;
bool operator!=(const Params &other) const;
int preamp;
int gain[kBands]{};