Add option always include broadcaster in user completions (#5193)

This commit is contained in:
KleberPF
2024-02-24 10:21:29 -03:00
committed by GitHub
parent 66910507dc
commit 86111d59b6
5 changed files with 36 additions and 7 deletions
+6 -7
View File
@@ -264,6 +264,12 @@ public:
void updateStreamStatus(const std::optional<HelixStream> &helixStream);
void updateStreamTitle(const QString &title);
/**
* Returns the display name of the user
*
* If the display name contained chinese, japenese, or korean characters, the user's login name is returned instead
**/
const QString &getDisplayName() const override;
void updateDisplayName(const QString &displayName);
private:
@@ -323,13 +329,6 @@ private:
void setDisplayName(const QString &name);
void setLocalizedName(const QString &name);
/**
* Returns the display name of the user
*
* If the display name contained chinese, japenese, or korean characters, the user's login name is returned instead
**/
const QString &getDisplayName() const override;
/**
* Returns the localized name of the user
**/