X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fscopes%2Faudioscopes%2Fabstractaudioscopewidget.h;h=2487a811716eb87bee88fd6c0a8496b878ff1cb0;hb=8a6e4eb1dea318ecd1c0b313c28b764e89a524c4;hp=15bb974fcc487dad2fd8fb25d4dc053c2b9902ac;hpb=b8f6dc09b4b35cab3bebb54b3d4eec0b57fb7387;p=kdenlive diff --git a/src/scopes/audioscopes/abstractaudioscopewidget.h b/src/scopes/audioscopes/abstractaudioscopewidget.h index 15bb974f..2487a811 100644 --- a/src/scopes/audioscopes/abstractaudioscopewidget.h +++ b/src/scopes/audioscopes/abstractaudioscopewidget.h @@ -12,7 +12,6 @@ #define ABSTRACTAUDIOSCOPEWIDGET_H -#include #include #include @@ -44,8 +43,8 @@ protected: when calculation has finished, to allow multi-threading. accelerationFactor hints how much faster than usual the calculation should be accomplished, if possible. */ virtual QImage renderAudioScope(uint accelerationFactor, - const QVector &audioFrame, const int freq, const int num_channels, const int num_samples, - const int newData) = 0; + const QVector &audioFrame, const int freq, const int num_channels, const int num_samples, + const int newData) = 0; int m_freq; int m_nChannels;