Revert "Merge pull request #1 from TranRed/subbutton"
This reverts commit d3aa3694f2.
This commit is contained in:
@@ -636,16 +636,6 @@ void Split::showViewerList()
|
||||
viewerDock->activateWindow();
|
||||
}
|
||||
|
||||
void Split::openSubPage()
|
||||
{
|
||||
ChannelPtr channel = this->getChannel();
|
||||
|
||||
if (auto twitchChannel = dynamic_cast<TwitchChannel *>(channel.get()))
|
||||
{
|
||||
QDesktopServices::openUrl(twitchChannel->subscriptionUrl());
|
||||
}
|
||||
}
|
||||
|
||||
void Split::copyToClipboard()
|
||||
{
|
||||
QApplication::clipboard()->setText(this->view_->getSelectedText());
|
||||
|
||||
Reference in New Issue
Block a user