mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-21 21:55:15 -05:00
added .rsrl extension for the Ranklist
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1440 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0fa44603ad
commit
8f60bb04d0
@ -129,7 +129,7 @@ void ULListDelegate::paint(QPainter * painter, const QStyleOptionViewItem & opti
|
|||||||
xProgressBar progressBar(option.rect, painter );// the 3rd param is the color schema (0 is the default value)
|
xProgressBar progressBar(option.rect, painter );// the 3rd param is the color schema (0 is the default value)
|
||||||
|
|
||||||
QString ext = QFileInfo(QString::fromStdString(index.sibling(index.row(), UNAME).data().toString().toStdString())).suffix();;
|
QString ext = QFileInfo(QString::fromStdString(index.sibling(index.row(), UNAME).data().toString().toStdString())).suffix();;
|
||||||
if (ext == "rsfc" || ext == "dist" )
|
if (ext == "rsfc" || ext == "rsrl" || ext == "dist" )
|
||||||
{
|
{
|
||||||
progressBar.setColorSchema( 9);
|
progressBar.setColorSchema( 9);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user