Enable job-transfer indication for file items.

Thanks to Shaun Reich for the patch and the implementation behind in kdelibs!

svn path=/trunk/KDE/kdebase/apps/; revision=1108002
This commit is contained in:
Peter Penz 2010-03-27 13:31:58 +00:00
parent 47e80ef6b9
commit f81e93a831
2 changed files with 2 additions and 0 deletions

View file

@ -37,6 +37,7 @@ DolphinFileItemDelegate::DolphinFileItemDelegate(QObject* parent) :
m_cachedSize(),
m_cachedEmblems()
{
setJobTransfersVisible(true);
}
DolphinFileItemDelegate::~DolphinFileItemDelegate()

View file

@ -48,6 +48,7 @@ DolphinModel::DolphinModel(QObject* parent) :
m_hasVersionData(false),
m_revisionHash()
{
setJobTransfersVisible(true);
}
DolphinModel::~DolphinModel()