changeset 54 | a8ba0c289b44 |
parent 34 | bc10a61bd7d3 |
child 57 | 21be958eb3ce |
--- a/radioapp/radiouiengine/src/radiohistorymodel.cpp Mon Sep 20 18:04:48 2010 +0300 +++ b/radioapp/radiouiengine/src/radiohistorymodel.cpp Tue Oct 05 09:31:22 2010 +0300 @@ -149,6 +149,14 @@ Q_D( RadioHistoryModel ); d->removeAll( removeTagged ); } +/*! + * + */ +void RadioHistoryModel::removeByModelIndices( QModelIndexList& indices, bool removeTags ) +{ + Q_D( RadioHistoryModel ); + d->removeByModelIndices( indices, removeTags ); +} /*! *