┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.h
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2008-01-21 19:44:36 +0000
committerDavid Faure <[email protected]>2008-01-21 19:44:36 +0000
commit3c1efcb738e7ee6a00030f521138f81625e84b96 (patch)
tree42e6a2b1cbb562150ebf44d075600abc9412a492 /src/dolphinpart.h
parente3da86af95dd620f62c1acc245b7bf98769a94fd (diff)
Make sort/descending available in dolphinpart
svn path=/trunk/KDE/kdebase/apps/; revision=764445
Diffstat (limited to 'src/dolphinpart.h')
-rw-r--r--src/dolphinpart.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h
index 04161b6be..883cf9456 100644
--- a/src/dolphinpart.h
+++ b/src/dolphinpart.h
@@ -136,6 +136,9 @@ private Q_SLOTS:
*/
void createDir();
+ /** Updates the state of the 'Sort Ascending/Descending' action. */
+ void slotSortOrderChanged(Qt::SortOrder);
+
private:
void createActions();
void createGoAction(const char* name, const char* iconName,