From kde-commits Mon May 31 23:18:02 2004 From: Stanislav Karchebny Date: Mon, 31 May 2004 23:18:02 +0000 To: kde-commits Subject: kdenonbeta/akregator/src Message-Id: <20040531231802.317A4126E0 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=108604548902897 CVS commit by karchebny: * Docu speling fixxes. M +5 -4 feed.h 1.21 --- kdenonbeta/akregator/src/feed.h #1.20:1.21 @@ -59,9 +59,10 @@ namespace Akregator // -- ATTRIBUTES //inherited title(); ///< Feed title - QString xmlUrl; ///< URL of RSS feed itself - QString htmlUrl; ///< URL of HTML page for this feed + QString xmlUrl; ///< URL of RSS feed itself. + QString htmlUrl; ///< URL of HTML page for this feed. QString description; ///< Verbose feed description. bool updateTitle; ///< Whether to update feed title based on fetched rss. - ArticleSequence articles; ///< List of all feed articles + int updateInterval;///< Update after updateInterval minutes have passed. + ArticleSequence articles; ///< List of all feed articles. QPixmap image;