mpviewplugins/mpdetailsviewplugin/src/mpquerymanager.cpp
changeset 45 612c4815aebe
parent 36 a0afa279b8fe
child 47 4cc1412daed0
equal deleted inserted replaced
43:0f32e550d9d8 45:612c4815aebe
   245  Slot to call when there is network error
   245  Slot to call when there is network error
   246  */
   246  */
   247 void MpQueryManager::retrieveInformationNetworkError( QNetworkReply::NetworkError error )
   247 void MpQueryManager::retrieveInformationNetworkError( QNetworkReply::NetworkError error )
   248 {
   248 {
   249     // TODO: agree on error handling
   249     // TODO: agree on error handling
       
   250 	Q_UNUSED(error)
   250     TX_ENTRY_ARGS( "Network error for retrieving Information" << error);
   251     TX_ENTRY_ARGS( "Network error for retrieving Information" << error);
   251     TX_EXIT
   252     TX_EXIT
   252 }
   253 }
   253 
   254 
   254 /*!
   255 /*!