┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/tooltips/tooltipmanager.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-01-18 19:56:18 +0000
committerPeter Penz <[email protected]>2011-01-18 19:56:18 +0000
commit2fa1dce9772b556d85b875f6d7d4bf1b466e6dca (patch)
treec50508602747a2971d5c8a82b1fe8dbcc738cf0d /src/views/tooltips/tooltipmanager.h
parent4dd1ed179df79fa71be4a11f63bb81abb44cbae8 (diff)
Assure that the enabled plugins for previews are set for the Information Panel and the tooltips. This fixes the issue that a disabled thumbnail-plugin might be chosen. For 4.7 it should be considered to move this code into KIO::filePreview() as default already (will provide a patch on the reviewboard).
svn path=/trunk/KDE/kdebase/apps/; revision=1215459
Diffstat (limited to 'src/views/tooltips/tooltipmanager.h')
-rw-r--r--src/views/tooltips/tooltipmanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/tooltips/tooltipmanager.h b/src/views/tooltips/tooltipmanager.h
index f8bcd3dfd..2dee9d286 100644
--- a/src/views/tooltips/tooltipmanager.h
+++ b/src/views/tooltips/tooltipmanager.h
@@ -87,6 +87,7 @@ private:
bool m_appliedWaitCursor;
KFileItem m_item;
QRect m_itemRect;
+ QStringList m_enabledPlugins;
};
#endif