┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinfileitemdelegate.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/dolphinfileitemdelegate.h
parentabce76721daaf6b785048a1fb9abd622236edd74 (diff)
SVN_SILENT: removed trailing spaces
svn path=/trunk/KDE/kdebase/apps/; revision=895978
Diffstat (limited to 'src/dolphinfileitemdelegate.h')
-rw-r--r--src/dolphinfileitemdelegate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dolphinfileitemdelegate.h b/src/dolphinfileitemdelegate.h
index 589ba7178..cdc28013a 100644
--- a/src/dolphinfileitemdelegate.h
+++ b/src/dolphinfileitemdelegate.h
@@ -46,17 +46,17 @@ public:
*/
void setMinimizedNameColumn(bool minimized);
bool hasMinimizedNameColumn() const;
-
+
virtual void paint(QPainter* painter,
const QStyleOptionViewItem& option,
const QModelIndex& index) const;
-
+
/**
* Returns the minimized width of the name column for the name \a name. This method
* is also used in DolphinDetailsView to handle the selection of items correctly.
*/
static int nameColumnWidth(const QString& name, const QStyleOptionViewItem& option);
-
+
private:
bool m_hasMinimizedNameColumn;
};