Browse Source

Fix compilation error

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
adf615d0cc
  1. 2
      src/rss/rssarticle.h

2
src/rss/rssarticle.h

@ -77,4 +77,6 @@ private: @@ -77,4 +77,6 @@ private:
bool m_read;
};
RssArticle hashToRssArticle(RssFeed* parent, const QVariantHash &hash);
#endif // RSSARTICLE_H

Loading…
Cancel
Save