application/inc/PodcastQueueView.h
changeset 13 f58e3c482bd9
parent 7 a7a43293ae56
child 60 4d230e702aa3
child 115 d87e984bd8b8
--- a/application/inc/PodcastQueueView.h	Thu Feb 25 18:56:36 2010 +0000
+++ b/application/inc/PodcastQueueView.h	Thu Feb 25 20:02:27 2010 +0000
@@ -37,6 +37,7 @@
 	static CPodcastQueueView* NewL(CPodcastModel& aPodcastModel);
 	static CPodcastQueueView* NewLC(CPodcastModel& aPodcastModel);
 	~CPodcastQueueView();
+	void UpdateToolbar(TBool aVisible=ETrue);
 protected:
 	void ConstructL();
 	CPodcastQueueView(CPodcastModel& aPodcastModel);
@@ -96,8 +97,6 @@
 
 private:
 	void GetShowIcons(CShowInfo* aShowInfo, TInt& aIconIndex);
-	void UpdateToolbar();
-
 	
 private: