diff options
| author | Peter Penz <[email protected]> | 2012-06-08 22:43:43 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-06-08 22:51:01 +0200 |
| commit | 1ddd9c4032870f97fd2e578b246a923cce72088e (patch) | |
| tree | 510dc53763e946bead94426abf2ea77918172234 /src/views/dolphinview.h | |
| parent | ba6b4a663232dd7e2d6e9110eff5857434d78c4b (diff) | |
Inline renaming: Improve focus handling
Fix issue that cancelling the inline-renaming by clicking
on the other split view applies the wrong focus.
Thanks to Frank Reininghaus for the initial patch and noticing
this issue.
CCBUG: 301252
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index f4b008236..b2c4121a0 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -628,7 +628,6 @@ private slots: void slotVisibleRolesChangedByHeader(const QList<QByteArray>& current, const QList<QByteArray>& previous); - void slotRoleEditingCanceled(int index, const QByteArray& role, const QVariant& value); void slotRoleEditingFinished(int index, const QByteArray& role, const QVariant& value); /** |
