diff options
| author | David Faure <[email protected]> | 2008-01-21 19:42:16 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2008-01-21 19:42:16 +0000 |
| commit | af333d9c7a8f344ed7f2a5cae02b383a5d0ee792 (patch) | |
| tree | cb587a35800cf91a0697b81088782ef0d543f279 /src/dolphinpart.h | |
| parent | c00478bbc1001d10dcfc04e9b0ea251620837e85 (diff) | |
Make sort/descending available in dolphinpart
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764444
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, |
