┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-04-14 20:01:47 +0000
committerPeter Penz <[email protected]>2007-04-14 20:01:47 +0000
commit4f6b9c72d35e7b4638cbc28df66ecbde0e903136 (patch)
treead49a19356d3ed1ff0fb19ffe32cd589d261325b /src/dolphinview.h
parente0bd6f137d90fea9854427f57f8945ecf38991eb (diff)
Revert last commit and exchange it by a more straight forward solution: just check the URL of the file item to find out whether the item is still part of the model. By this there is no need of keeping tracks for ongoing preview jobs.
svn path=/trunk/KDE/kdebase/apps/; revision=653989
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index aacb5e178..f6b85f96b 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -54,11 +54,6 @@ class QPainter;
class QTimer;
class ViewProperties;
-namespace KIO
-{
- class PreviewJob;
-}
-
/**
* @short Represents a view for the directory content
* including the navigation bar, filter bar and status bar.
@@ -526,9 +521,6 @@ private slots:
/** Applies an item effect to all cut items of the clipboard. */
void updateCutItems();
- /** Is invoked when the preview job has been finished. */
- void slotPreviewResult(KJob* job);
-
private:
void startDirLister(const KUrl& url, bool reload = false);
@@ -623,8 +615,6 @@ private:
DolphinDirLister* m_dirLister;
DolphinSortFilterProxyModel* m_proxyModel;
- KIO::PreviewJob* m_previewJob;
-
QList<CutItem> m_cutItemsCache;
};