┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-12-03 07:21:58 +0000
committerPeter Penz <[email protected]>2008-12-03 07:21:58 +0000
commitd5da272b00fd540273d796149d9633e4c2ab9d3a (patch)
tree2a6a0bff4041a8f81fea7f8b2dfa26f7b368bd83 /src/dolphinview.cpp
parentadd0f6db79cd016c1aa89bc8e9942b08f3e41443 (diff)
SVN_SILENT: assure that the order of the methods match in the h + cpp file
svn path=/trunk/KDE/kdebase/apps/; revision=891866
Diffstat (limited to 'src/dolphinview.cpp')
-rw-r--r--src/dolphinview.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp
index 6fad094f7..9fb3f4b94 100644
--- a/src/dolphinview.cpp
+++ b/src/dolphinview.cpp
@@ -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()) {