d1vanov/Simple-FFT

How to use it with QVector?

eminfedar opened this issue · 0 comments

How to use it with Qt5.*'s QVector vectors?

std vector: std::vector<type>, QVector: QVector<type>

But I can't manage it work.