diff options
| author | Peter Penz <[email protected]> | 2009-01-31 11:36:44 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-01-31 11:36:44 +0000 |
| commit | 341f8456f09b410f61e71f2b42356548b04acd57 (patch) | |
| tree | 3096d50a8e39b12bc070ea83a2ae18671a1f6058 /src/dolphindetailsview.h | |
| parent | dc34436f23af03aa79b8c885aa3d96cf830b885e (diff) | |
Allow to enable/disable the "Expandable Folders" setting of the details-view by the context menu of the header.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=919035
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index 7707c0773..c81884ae9 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -117,9 +117,10 @@ private slots: /** * Opens a context menu at the position \a pos and allows to - * configure the visibility of the header columns. + * configure the visibility of the header columns and whether + * expandable folders should be shown. */ - void configureColumns(const QPoint& pos); + void configureSettings(const QPoint& pos); void updateColumnVisibility(); |
