fix: remove deprecated Application::getTwitchAbstract (#5560)
This commit is contained in:
@@ -54,8 +54,7 @@ bool FramelessEmbedWindow::nativeEvent(const QByteArray &eventType,
|
||||
auto channelName = root.value("channel-name").toString();
|
||||
|
||||
this->split_->setChannel(
|
||||
getApp()->getTwitchAbstract()->getOrAddChannel(
|
||||
channelName));
|
||||
getApp()->getTwitch()->getOrAddChannel(channelName));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user