X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fscopes%2Fscopemanager.cpp;h=cb76f7ddcb93d1896b5d7d33c7dde13df5fff90f;hb=8be6c85ffd189c228938a982d0d6a5f97650481a;hp=5d51dd6b6b83287d9fcdf470a9a2b879f1d6b0b1;hpb=ddd3e50e4fc7f2744ad8de03650b66714441bc24;p=kdenlive diff --git a/src/scopes/scopemanager.cpp b/src/scopes/scopemanager.cpp index 5d51dd6b..cb76f7dd 100644 --- a/src/scopes/scopemanager.cpp +++ b/src/scopes/scopemanager.cpp @@ -110,7 +110,7 @@ bool ScopeManager::addScope(AbstractGfxScopeWidget *colorScope, QDockWidget *col } -void ScopeManager::slotDistributeAudio(QVector sampleData, int freq, int num_channels, int num_samples) +void ScopeManager::slotDistributeAudio(const QVector &sampleData, int freq, int num_channels, int num_samples) { #ifdef DEBUG_SM qDebug() << "ScopeManager: Starting to distribute audio.";