┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-10-10 11:28:18 +0000
committerPeter Penz <[email protected]>2010-10-10 11:28:18 +0000
commit3478d4d971f8d0efcd111fbbc446c73d65d74493 (patch)
treeeb509f80cd50de2327a9a5f9f5eef17f2e1ab1aa /src/views/dolphinview.h
parent36e89e9fa614cbc428ada94784147dca341d2fb7 (diff)
Internal cleanup: Remove some public toggle-slots from DolphinView. Setters- and getters are already available for implementing a toggling.
svn path=/trunk/KDE/kdebase/apps/; revision=1184459
Diffstat (limited to 'src/views/dolphinview.h')
-rw-r--r--src/views/dolphinview.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h
index 7416edf58..178e0ca6a 100644
--- a/src/views/dolphinview.h
+++ b/src/views/dolphinview.h
@@ -411,18 +411,6 @@ public slots:
*/
void setCategorizedSorting(bool categorized);
- /** Switches between an ascending and descending sorting order. */
- void toggleSortOrder();
-
- /** Switches between a separate sorting (with folders first) and a mixed sorting of files and folders. */
- void toggleSortFoldersFirst();
-
- /**
- * Switches on or off the displaying of additional information
- * as specified by \a action.
- */
- void toggleAdditionalInfo(QAction* action);
-
signals:
/**
* Is emitted if the view has been activated by e. g. a mouse click.