┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-06-08 16:39:13 +0200
committerPeter Penz <[email protected]>2012-06-08 16:40:01 +0200
commit98a4aa10ef09087ce6498d09461036cb0ab9cb4d (patch)
treea13278be9ce236be1b31b5fa0226fa6238ef6268 /src/views/dolphinview.h
parent0c206bda8e7d1de1f2b9d0d96ee6960d5d8640a7 (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.h1
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);
/**