X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/994095076cccdb703b2bb285d4118bd9c654fd93..b1c9b5126d:/src/dolphinfileitemdelegate.h 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; };