UI: Fix typo with SetSourceName function

The SetSoureName in the adv-audio-control.hpp had newName
misspelled as newNamw.
This commit is contained in:
Clayton Groeneveld 2022-06-05 04:15:51 -05:00 committed by Matt Gajownik
parent 1cf93a4b29
commit b307d38ef6

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);