]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinview.cpp
don't apply a frame to image previews, if the preview is a very small image (e. g...
[dolphin.git] / src / dolphinview.cpp
index e1f1cf53ccde1791c7eb1deed99e73317cb1c598..869d052af6ed4e470da4210b1ee62826c05215ed 100644 (file)
@@ -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()