[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/akregator/src
From:       Frank Osterfeld <f_osterf () informatik ! uni-kl ! de>
Date:       2004-08-27 1:39:24
Message-ID: 20040827013924.20E9B1678 () office ! kde ! org
[Download RAW message or body]

CVS commit by osterfeld: 

fixed compile warnings


  M +3 -3      feed.cpp   1.41
  M +3 -3      feed.h   1.25


--- kdenonbeta/akregator/src/feed.h  #1.24:1.25
@@ -125,10 +125,10 @@ namespace Akregator
             bool m_expiryEnabled; 
             int m_expiryAge; 
+            Document m_document;            
+            bool m_fetchError;
             int m_fetchTries;
             bool m_followDiscovery;
-            bool m_fetchError;
-            Document m_document;            
-            bool m_merged;
             Loader* m_loader;
+            bool m_merged;
             FetchTransaction* m_transaction;
             int m_unread;

--- kdenonbeta/akregator/src/feed.cpp  #1.40:1.41
@@ -28,11 +28,11 @@ using namespace RSS;
 Feed::Feed(QListViewItem *i, FeedsCollection *coll)
     : FeedGroup(i, coll)
-    , m_articles()
-    , m_loader(0)
-    , m_transaction(0)
     , m_fetchError(false)
     , m_fetchTries(0)
+    , m_loader(0)
     , m_merged(false)
+    , m_transaction(0)
     , m_unread(0)
+    , m_articles()
 {
 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic