equal
deleted
inserted
replaced
147 void RadioHistoryModel::removeAll( bool removeTagged ) |
147 void RadioHistoryModel::removeAll( bool removeTagged ) |
148 { |
148 { |
149 Q_D( RadioHistoryModel ); |
149 Q_D( RadioHistoryModel ); |
150 d->removeAll( removeTagged ); |
150 d->removeAll( removeTagged ); |
151 } |
151 } |
|
152 /*! |
|
153 * |
|
154 */ |
|
155 void RadioHistoryModel::removeByModelIndices( QModelIndexList& indices, bool removeTags ) |
|
156 { |
|
157 Q_D( RadioHistoryModel ); |
|
158 d->removeByModelIndices( indices, removeTags ); |
|
159 } |
152 |
160 |
153 /*! |
161 /*! |
154 * |
162 * |
155 */ |
163 */ |
156 void RadioHistoryModel::addItem( const QString& artist, const QString& title, const RadioStation& station ) |
164 void RadioHistoryModel::addItem( const QString& artist, const QString& title, const RadioStation& station ) |