| 11 | #include "FftStyleChoiceAdapter.h" |
| 12 | |
| 13 | FftStyleChoiceAdapter::FftStyleChoiceAdapter() |
| 14 | : m_shouldChangeFftStyle(false), |
| 15 | m_currentStyle(FftStyle::DEFAULT), |
| 16 | m_parameter(nullptr) |
| 17 | { |
| 18 | } |
| 19 | |
| 20 | FftStyle FftStyleChoiceAdapter::fftStyle() |
| 21 | { |
nothing calls this directly
no outgoing calls
no test coverage detected