diff options
| author | Peter Penz <[email protected]> | 2008-04-08 15:42:12 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-04-08 15:42:12 +0000 |
| commit | 4b859a36214ee49305d3ca6c301d2ce85c2d9e31 (patch) | |
| tree | 3bbc97aefac84dd434f85ee5461f19e91e8ce64d /src/dolphinview.cpp | |
| parent | ec19eaa2c55fc5043454ebeeb5881a13e775c0b9 (diff) | |
Provide a setting to turn on/off tooltips. The tooltip implementation itself will be committed before the feature freeze (20th of April).
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=794772
Diffstat (limited to 'src/dolphinview.cpp')
| -rw-r--r-- | src/dolphinview.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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() |
