| 144 | } |
| 145 | |
| 146 | void ApplicationList::addApplication(const Application &app) |
| 147 | { |
| 148 | if (app.getName().isEmpty() || app.getPath().isEmpty()) { |
| 149 | return; |
| 150 | } |
| 151 | mApplications << app; |
| 152 | } |
| 153 | |
| 154 | void ApplicationList::removeApplication(const int index) |
| 155 | { |