gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7568 - gnunet-qt/src/common


From: gnunet
Subject: [GNUnet-SVN] r7568 - gnunet-qt/src/common
Date: Fri, 15 Aug 2008 17:13:50 -0600 (MDT)

Author: durner
Date: 2008-08-15 17:13:50 -0600 (Fri, 15 Aug 2008)
New Revision: 7568

Modified:
   gnunet-qt/src/common/itemModel.h
Log:
fix signals

Modified: gnunet-qt/src/common/itemModel.h
===================================================================
--- gnunet-qt/src/common/itemModel.h    2008-08-15 22:43:22 UTC (rev 7567)
+++ gnunet-qt/src/common/itemModel.h    2008-08-15 23:13:50 UTC (rev 7568)
@@ -8,7 +8,7 @@
 class GItemModel : protected QStandardItemModel
 {
   Q_OBJECT
-  
+
 public:
   explicit GItemModel(QObject *parent = 0);
   virtual ~GItemModel();
@@ -74,17 +74,12 @@
   QStandardItem *item(int row, int column = 0) const;
   void clear();
   void appendRow(QStandardItem *item);
-  
+
   void lock();
   void unlock();
-  
+
   QAbstractItemModel *abstractItemModel();
   QObject *object();
-Q_SIGNALS:
-    void dataChanged(const QModelIndex &topLeft, const QModelIndex 
&bottomRight);
-    void headerDataChanged(Qt::Orientation orientation, int first, int last);
-    void layoutChanged();
-    void layoutAboutToBeChanged();
 
 private: // can only be emitted by QAbstractItemModel
     void rowsAboutToBeInserted(const QModelIndex &parent, int first, int last);





reply via email to

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