┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2013-01-04 22:09:07 +0100
committerDavid Faure <[email protected]>2013-01-04 22:11:31 +0100
commit2e88d73423fd88f676620d714ce159587656e6ca (patch)
tree47f1111cc700ad427cbe97f018549021c32dc524 /src
parent56f1c0371c4e5d9f874dede5e4773165f88cbbb6 (diff)
autoupdate is on by default, remove unnecessary calls
Diffstat (limited to 'src')
-rw-r--r--src/kitemviews/kfileitemmodel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/kitemviews/kfileitemmodel.cpp b/src/kitemviews/kfileitemmodel.cpp
index 6c015db37..f46182b45 100644
--- a/src/kitemviews/kfileitemmodel.cpp
+++ b/src/kitemviews/kfileitemmodel.cpp
@@ -58,7 +58,6 @@ KFileItemModel::KFileItemModel(QObject* parent) :
m_urlsToExpand()
{
m_dirLister = new KFileItemModelDirLister(this);
- m_dirLister->setAutoUpdate(true);
m_dirLister->setDelayedMimeTypes(true);
const QWidget* parentWidget = qobject_cast<QWidget*>(parent);