diff options
| author | Rafael Fernández López <[email protected]> | 2007-10-12 15:36:29 +0000 |
|---|---|---|
| committer | Rafael Fernández López <[email protected]> | 2007-10-12 15:36:29 +0000 |
| commit | a4e558c546f69bad34fad06a6448c566ded74c37 (patch) | |
| tree | 795e564242c102b17ad9b1e9827c54c3fc09aceb /src/kcategorizedview.h | |
| parent | 8d4fb3608927960d9e45e672ce1cbe1fa3a548f9 (diff) | |
This makes the categorized view amazingly fast in directories with a huge number of files (tested with a folder with 10000 files here)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=724536
Diffstat (limited to 'src/kcategorizedview.h')
| -rw-r--r-- | src/kcategorizedview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kcategorizedview.h b/src/kcategorizedview.h index 8544392d9..d5afb666c 100644 --- a/src/kcategorizedview.h +++ b/src/kcategorizedview.h @@ -103,6 +103,7 @@ protected Q_SLOTS: virtual void updateGeometries(); + virtual void slotLayoutAboutToBeChanged(); virtual void slotLayoutChanged(); |
