mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
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:
parent
47e80ef6b9
commit
f81e93a831
2 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@ DolphinFileItemDelegate::DolphinFileItemDelegate(QObject* parent) :
|
|||
m_cachedSize(),
|
||||
m_cachedEmblems()
|
||||
{
|
||||
setJobTransfersVisible(true);
|
||||
}
|
||||
|
||||
DolphinFileItemDelegate::~DolphinFileItemDelegate()
|
||||
|
|
|
@ -48,6 +48,7 @@ DolphinModel::DolphinModel(QObject* parent) :
|
|||
m_hasVersionData(false),
|
||||
m_revisionHash()
|
||||
{
|
||||
setJobTransfersVisible(true);
|
||||
}
|
||||
|
||||
DolphinModel::~DolphinModel()
|
||||
|
|
Loading…
Reference in a new issue