Browse Source

UI: Fix typo with SetSourceName function

The SetSoureName in the adv-audio-control.hpp had newName
misspelled as newNamw.
Clayton Groeneveld 3 years ago
parent
commit
b307d38ef6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UI/adv-audio-control.hpp

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