diff options
| author | Frank Reininghaus <[email protected]> | 2015-09-03 20:33:48 +0200 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2015-09-03 20:33:48 +0200 |
| commit | d4fafe529026d23f900c11f28f31e197bb6dc96c (patch) | |
| tree | 46811439824a026e5293caff5c7af6ab0c651b01 /src/views/dolphinview.h | |
| parent | 90fd2be751eea33c2707cf4ceaa92304a9c109e3 (diff) | |
| parent | 5ce01c864f4ab9848a54ee982f6ac18e63f04773 (diff) | |
Merge branch 'Applications/15.08'
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 2 |
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); |
