qtinternetradio/ui/inc/irsearchresultdb.h
changeset 11 f683e24efca3
parent 8 3b03c28289e6
child 17 38bbf2dcd608
equal deleted inserted replaced
8:3b03c28289e6 11:f683e24efca3
    32      
    32      
    33 	//not take ownership
    33 	//not take ownership
    34 	IRQError cacheChannelList(QList<IRQChannelItem*> *aChannelList);
    34 	IRQError cacheChannelList(QList<IRQChannelItem*> *aChannelList);
    35 	//caller needs to release the memory
    35 	//caller needs to release the memory
    36 	QList<IRQChannelItem*> * getCahcedChannelList();	
    36 	QList<IRQChannelItem*> * getCahcedChannelList();	
       
    37 	IRQError clearCache();
    37     
    38     
    38 private:		
    39 private:		
    39     void createDBConnection();
    40     void createDBConnection();    
    40     IRQError clearCache();
       
    41 		
    41 		
    42 private:
    42 private:
    43 	  QSqlDatabase         *iDB;
    43 	  QSqlDatabase         *iDB;
    44 };
    44 };
    45 #endif//IRSEARCHRESULTDB_H
    45 #endif//IRSEARCHRESULTDB_H