┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.h
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2015-08-29 21:50:16 +0200
committerFrank Reininghaus <[email protected]>2015-09-03 20:26:12 +0200
commit5ce01c864f4ab9848a54ee982f6ac18e63f04773 (patch)
tree65d9b148516c57609a728ca50e1d787804b2af17 /src/views/dolphinview.h
parent31f0acc72653972845f83abd60eaffde511801f1 (diff)
Only store modified columns widths after the mouse button was released
This prevents that the new widths are written to disk multiple times in quick succession, which can make column resizing quite slow. BUG: 351846 REVIEW: 351846 FIXED-IN: 15.08.1
Diffstat (limited to 'src/views/dolphinview.h')
-rw-r--r--src/views/dolphinview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h
index 24b560f10..d1a5d5005 100644
--- a/src/views/dolphinview.h
+++ b/src/views/dolphinview.h
@@ -566,7 +566,7 @@ private slots:
void slotItemContextMenuRequested(int index, const QPointF& pos);
void slotViewContextMenuRequested(const QPointF& pos);
void slotHeaderContextMenuRequested(const QPointF& pos);
- void slotHeaderColumnWidthChanged(const QByteArray& role, qreal current, qreal previous);
+ void slotHeaderColumnWidthChangeFinished(const QByteArray& role, qreal current);
void slotItemHovered(int index);
void slotItemUnhovered(int index);
void slotItemDropEvent(int index, QGraphicsSceneDragDropEvent* event);