gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r4706 - gnunet-qt/src/plugins/fs


From: gnunet
Subject: [GNUnet-SVN] r4706 - gnunet-qt/src/plugins/fs
Date: Sun, 25 Mar 2007 13:54:28 -0600 (MDT)

Author: durner
Date: 2007-03-25 13:54:28 -0600 (Sun, 25 Mar 2007)
New Revision: 4706

Modified:
   gnunet-qt/src/plugins/fs/downloadController.h
Log:
enum

Modified: gnunet-qt/src/plugins/fs/downloadController.h
===================================================================
--- gnunet-qt/src/plugins/fs/downloadController.h       2007-03-25 19:51:30 UTC 
(rev 4705)
+++ gnunet-qt/src/plugins/fs/downloadController.h       2007-03-25 19:54:28 UTC 
(rev 4706)
@@ -75,12 +75,8 @@
   QAbstractItemModel *model();
 protected:
   typedef QMap<GFSEcrsUri, QPersistentModelIndex> GFSDownloadList;
-  
-  static const int COL_FILENAME = 0;
-  static const int COL_PROGRESS = 1;
-  static const int COL_STATUS = 2;
-  static const int COL_ETA = 3;
-  static const int COL_DST_PATH = 4;
+  typedef enum {COL_FILENAME, COL_PROGRESS, COL_STATUS, COL_ETA,
+    COL_DST_PATH} GDownloadCols;
 
   GFSPlugin *fs;
   QStandardItemModel downloadModel;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]