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