]> git.sesse.net Git - kdenlive/blobdiff - src/scopes/audioscopes/abstractaudioscopewidget.h
const'ref. REmove not necessary virtual keyword. Fix indent.
[kdenlive] / src / scopes / audioscopes / abstractaudioscopewidget.h
index 15bb974fcc487dad2fd8fb25d4dc053c2b9902ac..98c3fed7faa9945c375a34148ac72f9567283f03 100644 (file)
@@ -44,8 +44,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<int16_t> &audioFrame, const int freq, const int num_channels, const int num_samples,
-                               const int newData) = 0;
+                                    const QVector<int16_t> &audioFrame, const int freq, const int num_channels, const int num_samples,
+                                    const int newData) = 0;
 
     int m_freq;
     int m_nChannels;