changeset 40 | c5b848e6c7d1 |
parent 20 | 9c97ad6591ae |
--- a/cmmanager/connection_settings_shim/src/cmdestination_shim.cpp Thu May 27 14:35:19 2010 +0300 +++ b/cmmanager/connection_settings_shim/src/cmdestination_shim.cpp Thu Jun 10 16:00:16 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); +}