Add ipod touch/iphone icon.
This commit is contained in:
parent
4d0cf9aafe
commit
f078edf0db
@ -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>
|
||||
|
BIN
data/icons/22x22/ipodtouchicon.png
Normal file
BIN
data/icons/22x22/ipodtouchicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
data/icons/32x32/ipodtouchicon.png
Normal file
BIN
data/icons/32x32/ipodtouchicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
BIN
data/icons/48x48/ipodtouchicon.png
Normal file
BIN
data/icons/48x48/ipodtouchicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
@ -65,7 +65,7 @@ QStringList iLister::DeviceUniqueIDs() {
|
||||
}
|
||||
|
||||
QStringList iLister::DeviceIcons(const QString& id) {
|
||||
return QStringList();
|
||||
return QStringList() << "ipodtouchicon";
|
||||
}
|
||||
|
||||
QString iLister::DeviceManufacturer(const QString& id) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user