┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-12-12 06:55:26 +0000
committerPeter Penz <[email protected]>2008-12-12 06:55:26 +0000
commit85aec92f819eae5a6189bd3ec25cff44dce3ae19 (patch)
tree3e03212e14973b71a6590fde819082a15a064c66 /src/dolphindetailsview.h
parentabce76721daaf6b785048a1fb9abd622236edd74 (diff)
SVN_SILENT: removed trailing spaces
svn path=/trunk/KDE/kdebase/apps/; revision=895978
Diffstat (limited to 'src/dolphindetailsview.h')
-rw-r--r--src/dolphindetailsview.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h
index 0f99db519..1c7e0e9ca 100644
--- a/src/dolphindetailsview.h
+++ b/src/dolphindetailsview.h
@@ -111,7 +111,7 @@ private slots:
QRect elasticBandRect() const;
void setZoomLevel(int level);
-
+
void slotShowPreviewChanged();
/**
@@ -127,7 +127,7 @@ private slots:
* with the mouse.
*/
void slotHeaderSectionResized(int logicalIndex, int oldSize, int newSize);
-
+
/**
* Changes the alternating row colors setting depending from
* the activation state \a active.
@@ -145,8 +145,8 @@ private slots:
void updateFont();
/**
- * If the elastic band is currently shown, update the elastic band based on
- * the current mouse position and ensure that the selection is the set of items
+ * If the elastic band is currently shown, update the elastic band based on
+ * the current mouse position and ensure that the selection is the set of items
* intersecting it.
*/
void updateElasticBandSelection();
@@ -190,7 +190,7 @@ private:
struct ElasticBand
{
ElasticBand();
-
+
// Elastic band origin and destination coordinates are relative to t
// he origin of the view, not the viewport.
bool show;
@@ -202,10 +202,10 @@ private:
// on the last elastic band shape.
QPoint lastSelectionOrigin;
QPoint lastSelectionDestination;
-
+
// If true, compute the set of selected elements from scratch (slower)
bool ignoreOldInfo;
-
+
// Edges of the filenames that are closest to the edges of oldSelectionRect.
// Used to decide whether horizontal changes in the elastic band are likely
// to require us to re-check which items are selected.