diff -r 6bcf277166c1 -r 451b2e1545b2 radioapp/radiouiengine/inc/radiohistorymodel_p.h --- a/radioapp/radiouiengine/inc/radiohistorymodel_p.h Fri Jun 11 16:24:13 2010 +0100 +++ b/radioapp/radiouiengine/inc/radiohistorymodel_p.h Thu Jul 22 16:33:45 2010 +0100 @@ -52,7 +52,7 @@ int rowCount() const; QVariant data( const int row, const int role ) const; - void removeAll(); + void removeAll( bool removeTagged ); enum ViewMode{ ShowAll, ShowTagged }; void setViewMode( ViewMode mode );