cmmanager/connection_settings_shim/src/cmdestination_shim.cpp
changeset 46 95d45f234cf3
parent 20 9c97ad6591ae
equal deleted inserted replaced
27:489cf6208544 46:95d45f234cf3
   128 
   128 
   129 void CmDestinationShim::deleteDestination()
   129 void CmDestinationShim::deleteDestination()
   130 {
   130 {
   131     d_ptr->DeleteDestination();
   131     d_ptr->DeleteDestination();
   132 }
   132 }
       
   133 
       
   134 QString CmDestinationShim::getIcon() const
       
   135 {    
       
   136     return d_ptr->GetIcon();
       
   137 }
       
   138 
       
   139 void CmDestinationShim::setIcon(QString icon)
       
   140 {    
       
   141     d_ptr->SetIcon(icon);
       
   142 }