- Timestamp:
- 04/19/12 23:12:50 (11 years ago)
- Branches:
- master, qt5
- Children:
- 687d76f
- Parents:
- 1ba9324
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/delegate.cpp
r1ba9324 rdadb922 306 306 // FAVOURITE ICONs 307 307 // on 308 mControls.insert(FavouriteControlOn, new Control(FavouriteControlOn, QString(":icons/ emblem-new.png"), NULL));308 mControls.insert(FavouriteControlOn, new Control(FavouriteControlOn, QString(":icons/favourite-on.png"), NULL)); 309 309 // off 310 mControls.insert(FavouriteControlOff, new Control(FavouriteControlOff, QString(":icons/ emblem-new-off.png"), NULL));310 mControls.insert(FavouriteControlOff, new Control(FavouriteControlOff, QString(":icons/favourite-off.png"), NULL)); 311 311 312 312 #ifdef MAEMO
Note: See TracChangeset
for help on using the changeset viewer.