radioapp/radiouiengine/src/radiohistorymodel.cpp
changeset 54 a8ba0c289b44
parent 34 bc10a61bd7d3
child 57 21be958eb3ce
equal deleted inserted replaced
51:bbebb0235466 54:a8ba0c289b44
   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 )