]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphiniconsview.h
fixed issue that the information panel shows wrong meta data when having split views...
[dolphin.git] / src / dolphiniconsview.h
index 6c3f6fa3858e170137674322d4fad7f761f614aa..fbbbce0ecbd87de2f1f91cd33bfc483feb4f1739 100644 (file)
@@ -89,11 +89,10 @@ private:
     KFileItem itemForIndex(const QModelIndex& index) const;
 
     /**
-     * Returns true, if the QListView-issue in QListView::visualRect()
-     * must be bypassed. TODO: this method is only temporary to have
-     * a usable drag & drop behavior until the issue in Qt is fixed.
+     * Returns the number of additional information lines that should
+     * be shown below the item name.
      */
-    bool bypassVisualRectIssue() const;
+    int additionalInfoCount() const;
 
 private:
     DolphinController* m_controller;