┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmodel.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-03-27 13:31:58 +0000
committerPeter Penz <[email protected]>2010-03-27 13:31:58 +0000
commitf81e93a8315ddfafbe8a70d39f0520618c7ce379 (patch)
tree4d4e3b2657ded9d4003d8c32f2ce839bdc604230 /src/dolphinmodel.cpp
parent47e80ef6b9ce27b6acb252ceb412fc3260b85c53 (diff)
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
Diffstat (limited to 'src/dolphinmodel.cpp')
-rw-r--r--src/dolphinmodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinmodel.cpp b/src/dolphinmodel.cpp
index 746752b67..35a5fb8f1 100644
--- a/src/dolphinmodel.cpp
+++ b/src/dolphinmodel.cpp
@@ -48,6 +48,7 @@ DolphinModel::DolphinModel(QObject* parent) :
m_hasVersionData(false),
m_revisionHash()
{
+ setJobTransfersVisible(true);
}
DolphinModel::~DolphinModel()