fix: remove deprecated Application::getTwitchAbstract (#5560)
This commit is contained in:
@@ -271,7 +271,7 @@ Split::Split(QWidget *parent)
|
||||
std::ignore = this->view_->openChannelIn.connect(
|
||||
[this](QString twitchChannel, FromTwitchLinkOpenChannelIn openIn) {
|
||||
ChannelPtr channel =
|
||||
getApp()->getTwitchAbstract()->getOrAddChannel(twitchChannel);
|
||||
getApp()->getTwitch()->getOrAddChannel(twitchChannel);
|
||||
switch (openIn)
|
||||
{
|
||||
case FromTwitchLinkOpenChannelIn::Split:
|
||||
|
||||
Reference in New Issue
Block a user