diff options
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index ddf47bfc3..47af2f55d 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -214,6 +214,11 @@ private: */ bool isAboveExpandingToggle(const QPoint& pos) const; + /** + * Sets the maximum size available for editing in the delegate. + */ + void adjustMaximumSizeForEditing(const QModelIndex& index); + private: bool m_autoResize : 1; // if true, the columns are resized automatically to the available width bool m_expandingTogglePressed : 1; |
