From b2e54c3a316b502ab4f7a95250f8316dc591c057 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 17 Apr 2012 18:13:31 +0200 Subject: Implement inline-renaming for the new view-engine BUG: 286893 FIXED-IN: 4.9.0 --- src/views/dolphinview.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index f95572564..a9cf0ade4 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -617,6 +617,8 @@ private slots: void slotVisibleRolesChangedByHeader(const QList& current, const QList& previous); + void slotRoleEditingFinished(int index, const QByteArray& role, const QVariant& value); + /** * Observes the item with the URL \a url. As soon as the directory * model indicates that the item is available, the item will -- cgit v1.3.1