1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Another site icon fix, hope it is last

This commit is contained in:
nowrep 2011-04-04 16:31:57 +02:00
parent 280d421938
commit edf8b7bbae

View File

@ -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; }