Skip to content

fixup! Refactor: Add defs_bpm.h #314

fixup! Refactor: Add defs_bpm.h

fixup! Refactor: Add defs_bpm.h #314

Triggered via push November 1, 2024 18:00
Status Failure
Total duration 19m 19s
Artifacts

build-checks.yml

on: push
Matrix: build-checks
Fit to window
Zoom out
Zoom in

Annotations

32 errors
coverage: src/engine/controls/bpm/beatgridcontrol.h#L13
ISO C++ forbids declaration of ‘BpmAdjustControl’ with no type [-fpermissive]
coverage: src/engine/controls/bpm/beatgridcontrol.cpp#L20
no declaration matches ‘BeatGridControl::BeatGridControl(const QString&, UserSettingsPointer)’
coverage: src/engine/controls/bpm/beatgridcontrol.cpp#L160
no declaration matches ‘mixxx::Bpm BeatGridControl::getBpm() const’
coverage: src/engine/controls/bpm/beatgridcontrol.cpp#L333
‘m_dUserOffset’ was not declared in this scope
coverage: src/engine/controls/bpm/beatgridcontrol.cpp#L335
‘getPhaseOffset’ was not declared in this scope
coverage
invalid application of ‘sizeof’ to incomplete type ‘ControlEncoder’
coverage: src/engine/controls/bpmcontrol.cpp#L877
‘m_pBeatsUndoPossible’ was not declared in this scope
coverage: src/engine/controls/bpm/beatgridcontrol.h#L13
ISO C++ forbids declaration of ‘BpmAdjustControl’ with no type [-fpermissive]
coverage: src/engine/enginebuffer.cpp#L214
no matching function for call to ‘BeatGridControl::BeatGridControl(const QString&, UserSettingsPointer&)’
coverage: src/engine/enginebuffer.cpp#L686
no matching function for call to ‘EngineBuffer::connect(std::__shared_ptr<Track, __gnu_cxx::_S_atomic>::element_type*, void (Track::*)(bool), BpmControl*&, void (BeatGridControl::*)(bool), Qt::ConnectionType)’
clang-tidy
The job was canceled because "coverage" failed.
clang-tidy: src/engine/controls/bpm/beatgridcontrol.cpp#L20
out-of-line definition of 'BeatGridControl' does not match any declaration in 'BeatGridControl' [clang-diagnostic-error]
clang-tidy: src/engine/controls/bpm/beatgridcontrol.cpp#L57
no matching member function for call to 'connect' [clang-diagnostic-error]
clang-tidy: src/engine/controls/bpm/beatgridcontrol.cpp#L123
use of undeclared identifier 'm_pTranslateBeats'; did you mean 'm_pTranslateBeatsMove'? [clang-diagnostic-error]
clang-tidy: src/engine/controls/bpm/beatgridcontrol.cpp#L123
no viable overloaded '=' [clang-diagnostic-error]
clang-tidy: src/engine/controls/bpm/beatgridcontrol.cpp#L125
use of undeclared identifier 'm_pTranslateBeats'; did you mean 'm_pTranslateBeatsLater'? [clang-diagnostic-error]
clang-tidy: src/engine/controls/bpm/beatgridcontrol.cpp#L131
use of undeclared identifier 'm_pBeatsTranslateMatchAlignment' [clang-diagnostic-error]
clang-tidy: src/engine/controls/bpm/beatgridcontrol.cpp#L133
use of undeclared identifier 'm_pBeatsTranslateMatchAlignment' [clang-diagnostic-error]
clang-tidy: src/engine/controls/bpm/beatgridcontrol.cpp#L160
out-of-line definition of 'getBpm' does not match any declaration in 'BeatGridControl' [clang-diagnostic-error]
clang-tidy: src/engine/controls/bpm/beatgridcontrol.cpp#L161
use of undeclared identifier 'm_pEngineBpm' [clang-diagnostic-error]
clang-tidy: src/engine/controls/bpm/beatgridcontrol.cpp#L333
use of undeclared identifier 'm_dUserOffset' [clang-diagnostic-error]
clazy
The job was canceled because "coverage" failed.
clazy: src/engine/controls/bpm/beatgridcontrol.h#L13
C++ requires a type specifier for all declarations
clazy: src/engine/controls/bpm/beatgridcontrol.cpp#L20
out-of-line definition of 'BeatGridControl' does not match any declaration in 'BeatGridControl'
clazy: src/engine/controls/bpm/beatgridcontrol.cpp#L57
no matching member function for call to 'connect'
clazy: src/engine/controls/bpm/beatgridcontrol.cpp#L123
use of undeclared identifier 'm_pTranslateBeats'; did you mean 'm_pTranslateBeatsMove'?
clazy: src/engine/controls/bpm/beatgridcontrol.cpp#L123
no viable overloaded '='
clazy: src/engine/controls/bpm/beatgridcontrol.cpp#L125
use of undeclared identifier 'm_pTranslateBeats'; did you mean 'm_pTranslateBeatsLater'?
clazy: src/engine/controls/bpm/beatgridcontrol.cpp#L131
use of undeclared identifier 'm_pBeatsTranslateMatchAlignment'
clazy: src/engine/controls/bpm/beatgridcontrol.cpp#L133
use of undeclared identifier 'm_pBeatsTranslateMatchAlignment'
clazy: src/engine/controls/bpm/beatgridcontrol.cpp#L160
out-of-line definition of 'getBpm' does not match any declaration in 'BeatGridControl'
clazy: src/engine/controls/bpm/beatgridcontrol.cpp#L161
use of undeclared identifier 'm_pEngineBpm'