Add ipod touch/iphone icon.

This commit is contained in:
John Maguire 2010-08-09 19:14:42 +00:00
parent 4d0cf9aafe
commit f078edf0db
5 changed files with 4 additions and 1 deletions

View File

@ -255,5 +255,8 @@
<file>icons/22x22/media-eject.png</file>
<file>icons/32x32/media-eject.png</file>
<file>icons/48x48/media-eject.png</file>
<file>icons/22x22/ipodtouchicon.png</file>
<file>icons/32x32/ipodtouchicon.png</file>
<file>icons/48x48/ipodtouchicon.png</file>
</qresource>
</RCC>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -65,7 +65,7 @@ QStringList iLister::DeviceUniqueIDs() {
}
QStringList iLister::DeviceIcons(const QString& id) {
return QStringList();
return QStringList() << "ipodtouchicon";
}
QString iLister::DeviceManufacturer(const QString& id) {