diff -r 6df133bd92e1 -r 075425b8d9a4 radioapp/radiouiengine/inc/radiohistorymodel_p.h --- a/radioapp/radiouiengine/inc/radiohistorymodel_p.h Fri Jun 04 10:21:36 2010 +0100 +++ b/radioapp/radiouiengine/inc/radiohistorymodel_p.h Fri Jun 11 13:38:32 2010 +0300 @@ -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 );