┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinfileitemdelegate.h
diff options
context:
space:
mode:
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;
};