diff options
| author | David Faure <[email protected]> | 2008-01-21 19:44:36 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2008-01-21 19:44:36 +0000 |
| commit | 3c1efcb738e7ee6a00030f521138f81625e84b96 (patch) | |
| tree | 42e6a2b1cbb562150ebf44d075600abc9412a492 /src/dolphinpart.h | |
| parent | e3da86af95dd620f62c1acc245b7bf98769a94fd (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.h | 3 |
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, |
