diff options
| author | Peter Penz <[email protected]> | 2012-06-08 16:39:13 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-06-08 16:40:01 +0200 |
| commit | 98a4aa10ef09087ce6498d09461036cb0ab9cb4d (patch) | |
| tree | a13278be9ce236be1b31b5fa0226fa6238ef6268 /src/views/dolphinview.h | |
| parent | 0c206bda8e7d1de1f2b9d0d96ee6960d5d8640a7 (diff) | |
Inline renaming fixes
- Don't use an outdated KFileItem when renaming an item more than once
- Use the same font as the view
- Don't lose the focus when an editor-popup is shown
BUG: 299327
BUG: 298883
BUG: 301253
FIXED-IN: 4.9.0
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index b2c4121a0..f4b008236 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -628,6 +628,7 @@ 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); /** |
