cmmanager/connection_settings_shim/src/cmconnectionmethod_shim.cpp
changeset 46 95d45f234cf3
parent 20 9c97ad6591ae
equal deleted inserted replaced
27:489cf6208544 46:95d45f234cf3
   103 void CmConnectionMethodShim::update()
   103 void CmConnectionMethodShim::update()
   104 {
   104 {
   105     d_ptr->Update();
   105     d_ptr->Update();
   106 }
   106 }
   107 
   107 
       
   108 QString CmConnectionMethodShim::getIcon() const
       
   109 {
       
   110     return d_ptr->GetIcon();
       
   111 }
       
   112 
       
   113 void CmConnectionMethodShim::setIcon(
       
   114     QString icon)    
       
   115 {
       
   116     d_ptr->SetIcon(icon);
       
   117 }
       
   118 
   108 void CmConnectionMethodShim::refresh()
   119 void CmConnectionMethodShim::refresh()
   109 {
   120 {
   110     d_ptr->Refresh();
   121     d_ptr->Refresh();
   111 }
   122 }