Another site icon fix, hope it is last

remotes/origin/falkon
nowrep 15 years ago
parent 280d421938
commit edf8b7bbae
  1. 2
      src/webview/webview.h

@ -53,7 +53,7 @@ public:
WebPage* webPage() const;
QString getIp() { return m_currentIp; }
QLabel* animationLoading(int index, bool addMovie);
QIcon siteIcon() { return m_siteIcon; }
QIcon siteIcon() { return (m_siteIcon.isNull() ? icon() : m_siteIcon); }
void addNotification(QWidget* notif);
bool hasRss() { return !m_rss.isEmpty(); }
QList<QPair<QString,QString> > getRss() { return m_rss; }

Loading…
Cancel
Save