From b307d38ef6531be5df219cc56ae9702034b422f1 Mon Sep 17 00:00:00 2001 From: Clayton Groeneveld Date: Sun, 5 Jun 2022 04:15:51 -0500 Subject: [PATCH] UI: Fix typo with SetSourceName function The SetSoureName in the adv-audio-control.hpp had newName misspelled as newNamw. --- UI/adv-audio-control.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/adv-audio-control.hpp b/UI/adv-audio-control.hpp index 42b53b3e3..98f845ff8 100644 --- a/UI/adv-audio-control.hpp +++ b/UI/adv-audio-control.hpp @@ -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);