UI: Fix typo with SetSourceName function

The SetSoureName in the adv-audio-control.hpp had newName
misspelled as newNamw.
master
Clayton Groeneveld 2022-06-05 04:15:51 -05:00 committed by Matt Gajownik
parent 1cf93a4b29
commit b307d38ef6
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public slots:
void SourceMonitoringTypeChanged(int type);
void SourceMixersChanged(uint32_t mixers);
void SourceBalanceChanged(int balance);
void SetSourceName(QString newNamw);
void SetSourceName(QString newName);
void volumeChanged(double db);
void percentChanged(int percent);