Rename analyzers and add turbine analyzer

This commit is contained in:
Jonas Kvinge
2024-07-09 04:32:51 +02:00
parent 79c28e7e1d
commit 625929133c
13 changed files with 201 additions and 59 deletions

View File

@@ -45,7 +45,7 @@ class BoomAnalyzer : public AnalyzerBase {
static const char *kName;
void transform(Scope &s) override;
void analyze(QPainter &p, const Scope&, const bool new_frame) override;
void analyze(QPainter &p, const Scope &scope, const bool new_frame) override;
public slots:
void changeK_barHeight(int);