| 157 | } |
| 158 | |
| 159 | void ApplicationList::setDefault(const int index) |
| 160 | { |
| 161 | if (index < mApplications.size() && index >= 0) { |
| 162 | mDefaultApplicationIndex = index; |
| 163 | } |
| 164 | } |
| 165 | |
| 166 | void ApplicationList::copy(const ApplicationList *list) |
| 167 | { |
no test coverage detected