diff options
| author | Peter Penz <[email protected]> | 2011-12-16 23:37:49 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-12-16 23:39:57 +0100 |
| commit | d0ba75d13e6887e43febfaf9d613db70f6297cd3 (patch) | |
| tree | 173199c7566603151a7cd9c70471d5de59ecf752 /src/kitemviews/kfileitemmodelrolesupdater.cpp | |
| parent | ea2ed61cd12eec48b66811df0e43dd40e546374a (diff) | |
Minor layout and coding style cleanups
- Disable performance debugging output
- Force a synchronous layout during scrolling. This prevents having a jerky
scroll-animation if there are pending operations ongoing in parallel.
- Minor coding style cleanups
Diffstat (limited to 'src/kitemviews/kfileitemmodelrolesupdater.cpp')
| -rw-r--r-- | src/kitemviews/kfileitemmodelrolesupdater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/kfileitemmodelrolesupdater.cpp b/src/kitemviews/kfileitemmodelrolesupdater.cpp index 5175b371c..4fe45624c 100644 --- a/src/kitemviews/kfileitemmodelrolesupdater.cpp +++ b/src/kitemviews/kfileitemmodelrolesupdater.cpp @@ -41,7 +41,7 @@ #include <QFile> #endif -#define KFILEITEMMODELROLESUPDATER_DEBUG +// #define KFILEITEMMODELROLESUPDATER_DEBUG namespace { // Maximum time in ms that the KFileItemModelRolesUpdater |
