| branch | GCC_SURGE |
| changeset 13 | c9471d26c7f2 |
| parent 8 | 3b03c28289e6 |
| child 17 | 38bbf2dcd608 |
| 9:bfc95e24a059 | 13:c9471d26c7f2 |
|---|---|
157 void IRQFavoritesDB::increasePlayedTimes(const IRQPreset &aPreset) |
157 void IRQFavoritesDB::increasePlayedTimes(const IRQPreset &aPreset) |
158 { |
158 { |
159 d_ptr->increasePlayedTimes(aPreset); |
159 d_ptr->increasePlayedTimes(aPreset); |
160 } |
160 } |
161 |
161 |
162 |
162 int IRQFavoritesDB::renamePreset(const IRQPreset &aPreset, const QString &aNewName) |
163 |
163 { |
164 |
164 return d_ptr->renamePreset(aPreset, aNewName); |
165 |
165 } |
166 |
|
167 |
|
168 |
|
169 |
|
170 |
|
171 |
|
172 |
|
173 |
|
174 |
|
175 |
|
176 |
|
177 |
|
178 |
|
179 |
|
180 |
|
181 |
|
182 |
|
183 |
|
184 |
|
185 |
|
186 |
|
187 |