]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinview.cpp
SVN_SILENT: assure that the order of the methods match in the h + cpp file
[dolphin.git] / src / dolphinview.cpp
index 6fad094f7af4f61938a0b9eb044f260262e150ad..9fb3f4b9459eb89335cb1cea5d26eb0403c65529 100644 (file)
@@ -1052,6 +1052,11 @@ bool DolphinView::isTabsForFilesEnabled() const
     return m_tabsForFiles;
 }
 
+bool DolphinView::itemsExpandable() const
+{
+    return (m_detailsView != 0) && m_detailsView->itemsExpandable();
+}
+
 void DolphinView::emitContentsMoved()
 {
     // only emit the contents moved signal if:
@@ -1419,11 +1424,6 @@ void DolphinView::deleteExpandedViews()
     m_expandedViews.clear();
 }
 
-bool DolphinView::itemsExpandable() const
-{
-    return (m_detailsView != 0) && m_detailsView->itemsExpandable();
-}
-
 QMimeData* DolphinView::selectionMimeData() const
 {
     if (isColumnViewActive()) {