qtinternetradio/ui/inc/irplaycontroller.h
changeset 14 896e9dbc5f19
parent 12 608f67c22514
child 17 38bbf2dcd608
equal deleted inserted replaced
12:608f67c22514 14:896e9dbc5f19
   159     QString getFirstTryUrl(IRQPreset *aPreset);
   159     QString getFirstTryUrl(IRQPreset *aPreset);
   160 
   160 
   161     // Play next URL if the previous failed to connect.
   161     // Play next URL if the previous failed to connect.
   162     bool playNextUrl();
   162     bool playNextUrl();
   163 
   163 
   164     void doPlay(const QString& aUrl);
   164     void doPlay(const QString aUrl);
   165 	
   165 	
   166 	void startSession();
   166 	void startSession();
   167 	void endSession(IRQTerminatedType aStopReason);
   167 	void endSession(IRQTerminatedType aStopReason);
   168 
   168 
   169 private:
   169 private: