┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.h
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2015-09-03 20:33:48 +0200
committerFrank Reininghaus <[email protected]>2015-09-03 20:33:48 +0200
commitd4fafe529026d23f900c11f28f31e197bb6dc96c (patch)
tree46811439824a026e5293caff5c7af6ab0c651b01 /src/views/dolphinview.h
parent90fd2be751eea33c2707cf4ceaa92304a9c109e3 (diff)
parent5ce01c864f4ab9848a54ee982f6ac18e63f04773 (diff)
Merge branch 'Applications/15.08'
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);