diff options
| author | Peter Penz <[email protected]> | 2008-06-10 18:38:28 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-06-10 18:38:28 +0000 |
| commit | 35370b6678686210491bbf681a715a386ee4edac (patch) | |
| tree | 92fd5287532b043d33714c02691e9cbe5fb797db /src/dolphincolumnwidget.cpp | |
| parent | 9b9bccc862274cfe0fd787ea97f375e758d7fabf (diff) | |
only resolve the MIME-types asynchronously, if no preview is generated
CCMAIL: [email protected]
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=819162
Diffstat (limited to 'src/dolphincolumnwidget.cpp')
| -rw-r--r-- | src/dolphincolumnwidget.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dolphincolumnwidget.cpp b/src/dolphincolumnwidget.cpp index 2ca4cdbbf..8f3b253aa 100644 --- a/src/dolphincolumnwidget.cpp +++ b/src/dolphincolumnwidget.cpp @@ -37,7 +37,6 @@ #include <kio/previewjob.h> #include <kiconeffect.h> #include <kjob.h> -#include <kmimetyperesolver.h> #include <konqmimedata.h> #include "iconmanager.h" @@ -133,7 +132,6 @@ DolphinColumnWidget::DolphinColumnWidget(QWidget* parent, m_selectionManager, SLOT(reset())); } - new KMimeTypeResolver(this, m_dolphinModel); m_iconManager = new IconManager(this, m_proxyModel); m_iconManager->setShowPreview(m_view->m_controller->dolphinView()->showPreview()); |
