mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 02:55:18 -04:00
* Added some extensions for Video Type
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@811 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fa1d123b62
commit
0acadf680a
3 changed files with 15 additions and 3 deletions
|
@ -256,7 +256,9 @@ RemoteDirModel::RemoteDirModel(bool mode, QObject *parent)
|
|||
QIcon icon(":/images/FileTypePicture.png");
|
||||
return icon;
|
||||
}
|
||||
else if (ext == "avi" || ext == "mpg" || ext == "mpeg" || ext == "wmv")
|
||||
else if (ext == "avi" || ext == "mpg" || ext == "mpeg" || ext == "wmv"
|
||||
|| ext == "mkv" || ext == "mp4" || ext == "flv" || ext == "mov"
|
||||
|| ext == "vob" || ext == "qt" || ext == "rm" || ext == "3gp")
|
||||
{
|
||||
//setIcon(0, QIcon(":/images/videofile.png"));
|
||||
QIcon icon(":/images/FileTypeVideo.png");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue