| changeset 46 | 95d45f234cf3 |
| parent 20 | 9c97ad6591ae |
| 27:489cf6208544 | 46:95d45f234cf3 |
|---|---|
77 |
77 |
78 void CmManagerShim::allDestinations(QList<uint> &destArray) const |
78 void CmManagerShim::allDestinations(QList<uint> &destArray) const |
79 { |
79 { |
80 return d_ptr->AllDestinations(destArray); |
80 return d_ptr->AllDestinations(destArray); |
81 } |
81 } |
82 |
|
83 QString CmManagerShim::getUncategorizedIcon() const |
|
84 { |
|
85 return d_ptr->GetUncategorizedIcon(); |
|
86 } |