diff options
| author | Simon Paul St James <[email protected]> | 2008-08-16 12:55:26 +0000 |
|---|---|---|
| committer | Simon Paul St James <[email protected]> | 2008-08-16 12:55:26 +0000 |
| commit | 1d77963d9b6eb365679bdb84b69c2af8292f0367 (patch) | |
| tree | 21eb13ea3ba71e676f5f081ed008736874fdea3c /src | |
| parent | 3c57174a787d110e40d8fab0015a3c76f7229a98 (diff) | |
Do a safe, practise commit with my new SVN account and just tidy up a duplicated comment :)
svn path=/trunk/KDE/kdebase/apps/; revision=847913
Diffstat (limited to 'src')
| -rw-r--r-- | src/folderexpander.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/folderexpander.h b/src/folderexpander.h index 136b6b152..bca98ae29 100644 --- a/src/folderexpander.h +++ b/src/folderexpander.h @@ -33,19 +33,6 @@ class QSortFilterProxyModel; class QModelIndex; class KDirModel; -/* Grants "auto expand"/ "spring-loaded folders" to - the provided view. Qt has its own auto-expand - mechanism, but this works only for QTreeView and - does not play well with our auto-scrolling in - the Folders pane. Auto-expansion is enabled by default. - - If the provided view is a QTreeView, the expanded state - is automatically toggled on hover. Otherwise, the enterDir() - signal is emitted, and the caller needs to ensure that - the requested directory is entered. - - The FolderExpander becomes a child of the provided view */ - /** * Grants auto expanding functionality to the provided item view. * Qt has its own auto expand mechanism, but this works only @@ -53,7 +40,7 @@ class KDirModel; * per default. * * If the provided view is an instance of the class QTreeView, the - * expanded of the directory is automatically done on hover. Otherwise + * expansion of the directory is automatically done on hover. Otherwise * the enterDir() signal is emitted and the caller needs to ensure that * the requested directory is entered. * |
