void RssIcon::iconClicked() { if (!m_view) { return; } RSSWidget* rss = new RSSWidget(m_view, parentWidget()); rss->showAt(parentWidget()); }
void LocationBar::rssIconClicked() { RSSWidget* rss = new RSSWidget(m_webView, this); rss->showAt(this); }