| changeset 46 | 95d45f234cf3 |
| parent 20 | 9c97ad6591ae |
--- a/cmmanager/connection_settings_shim/src/cmdestination_shim.cpp Thu May 27 13:17:01 2010 +0300 +++ b/cmmanager/connection_settings_shim/src/cmdestination_shim.cpp Wed Jun 23 18:39:24 2010 +0300 @@ -130,3 +130,13 @@ { d_ptr->DeleteDestination(); } + +QString CmDestinationShim::getIcon() const +{ + return d_ptr->GetIcon(); +} + +void CmDestinationShim::setIcon(QString icon) +{ + d_ptr->SetIcon(icon); +}