From 4b859a36214ee49305d3ca6c301d2ce85c2d9e31 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 8 Apr 2008 15:42:12 +0000 Subject: Provide a setting to turn on/off tooltips. The tooltip implementation itself will be committed before the feature freeze (20th of April). CCMAIL: konst.heil@stud.uni-heidelberg.de svn path=/trunk/KDE/kdebase/apps/; revision=794772 --- src/dolphinview.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/dolphinview.cpp') diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index e1f1cf53c..869d052af 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -120,6 +120,10 @@ DolphinView::DolphinView(QWidget* parent, applyViewProperties(url); m_topLayout->addWidget(itemView()); + + if (DolphinSettings::instance().generalSettings()->showToolTips()) { + // TODO: instantiate ToolTipManager here... + } } DolphinView::~DolphinView() -- cgit v1.3