┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kfileitemlistview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-12-16 23:37:49 +0100
committerPeter Penz <[email protected]>2011-12-16 23:39:57 +0100
commitd0ba75d13e6887e43febfaf9d613db70f6297cd3 (patch)
tree173199c7566603151a7cd9c70471d5de59ecf752 /src/kitemviews/kfileitemlistview.cpp
parentea2ed61cd12eec48b66811df0e43dd40e546374a (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/kfileitemlistview.cpp')
-rw-r--r--src/kitemviews/kfileitemlistview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/kfileitemlistview.cpp b/src/kitemviews/kfileitemlistview.cpp
index d7dd5cf67..e2bde3b12 100644
--- a/src/kitemviews/kfileitemlistview.cpp
+++ b/src/kitemviews/kfileitemlistview.cpp
@@ -34,7 +34,7 @@
#include <QTextLine>
#include <QTimer>
-#define KFILEITEMLISTVIEW_DEBUG
+// #define KFILEITEMLISTVIEW_DEBUG
namespace {
const int ShortInterval = 50;