Renamed private members
This commit is contained in:
@@ -16,11 +16,11 @@ public:
|
||||
|
||||
// Open streamlink for given channel, quality and extra arguments
|
||||
// the "Additional arguments" are fetched and added at the beginning of the streamlink call
|
||||
void OpenStreamlink(const QString &channelURL, const QString &quality,
|
||||
void openStreamlink(const QString &channelURL, const QString &quality,
|
||||
QStringList extraArguments = QStringList());
|
||||
|
||||
// Start opening streamlink for the given channel, reading settings like quality from settings
|
||||
// and opening a quality dialog if the quality is "Choose"
|
||||
void Start(const QString &channel);
|
||||
void openStreamlinkForChannel(const QString &channel);
|
||||
|
||||
} // namespace chatterino
|
||||
|
||||
Reference in New Issue
Block a user