Changeset 13810 for trunk/qt/file-tree.h
- Timestamp:
- Jan 20, 2013, 1:31:58 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt/file-tree.h
r13384 r13810 102 102 int rowCount( const QModelIndex& parent = QModelIndex( ) ) const; 103 103 int columnCount( const QModelIndex &parent = QModelIndex( ) ) const; 104 virtual bool setData ( const QModelIndex & index, const QVariant & value, int role = Qt::EditRole ); 104 105 105 106 signals: 106 107 void priorityChanged( const QSet<int>& fileIndices, int ); 107 108 void wantedChanged( const QSet<int>& fileIndices, bool ); 109 void pathEdited (const QString& oldpath, const QString& newname); 108 110 109 111 public: … … 155 157 void priorityChanged( const QSet<int>& fileIndices, int ); 156 158 void wantedChanged( const QSet<int>& fileIndices, bool ); 159 void pathEdited (const QString& oldpath, const QString& newname); 157 160 158 161 protected:
Note: See TracChangeset
for help on using the changeset viewer.