┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.h
diff options
context:
space:
mode:
authorSimon Paul St James <[email protected]>2009-01-03 16:00:21 +0000
committerSimon Paul St James <[email protected]>2009-01-03 16:00:21 +0000
commite896fc8e1168be8fe20bb19320b4d37b81b4a80b (patch)
tree6c6e9e6241e6ac497619be76350e5b9ea6aa853a /src/dolphindetailsview.h
parent64059e50831b05c5a11e4550afeebdd3420045d1 (diff)
contentsPos turned out to be a little broken - it would always return (0,0), except in a very unusual set of circumstances where it returned ... "different" values, causing very odd behaviour with the elastic band :) Remove it.
svn path=/trunk/KDE/kdebase/apps/; revision=904995
Diffstat (limited to 'src/dolphindetailsview.h')
-rw-r--r--src/dolphindetailsview.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h
index 8e48e8827..7707c0773 100644
--- a/src/dolphindetailsview.h
+++ b/src/dolphindetailsview.h
@@ -161,9 +161,6 @@ private:
*/
void updateDecorationSize(bool showPreview);
- /** Return the upper left position in pixels of the viewport content. */
- QPoint contentsPos() const;
-
KFileItemDelegate::Information infoForColumn(int columnIndex) const;
/**