┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/tooltips/tooltipmanager.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-02-19 18:47:48 +0100
committerPeter Penz <[email protected]>2011-02-19 18:47:48 +0100
commit96c0153e96917e994b5a188a01bb021fc4832707 (patch)
tree1efde1a286f3988903ae744e02f4dca8f8959a8d /src/views/tooltips/tooltipmanager.h
parent596e07c0f325ea475cfa0ccc42231ea977e35c3f (diff)
Use the new KIO::PreviewJob API
This makes it unnecessary to manually apply the plugins. See https://git.reviewboard.kde.org/r/100578/ for more details.
Diffstat (limited to 'src/views/tooltips/tooltipmanager.h')
-rw-r--r--src/views/tooltips/tooltipmanager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/views/tooltips/tooltipmanager.h b/src/views/tooltips/tooltipmanager.h
index 2dee9d286..f8bcd3dfd 100644
--- a/src/views/tooltips/tooltipmanager.h
+++ b/src/views/tooltips/tooltipmanager.h
@@ -87,7 +87,6 @@ private:
bool m_appliedWaitCursor;
KFileItem m_item;
QRect m_itemRect;
- QStringList m_enabledPlugins;
};
#endif