From 9cf54dcc025073f29e6a1f55c83c4edcec6a5ea3 Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Sun, 9 Jun 2013 12:14:26 +0200 Subject: Do not rename files unexpectedly when changing the URL This is the real fix now - note that the last commit 4de9a233642a62ee96bac6031340d3eea21f14f9 was actually the fix for bug 320823. Somehow, I have messed up the local branches in my git respository clone - sorry for the confusion! BUG: 319912 FIXED-IN: 4.10.5 REVIEW: 110908 --- src/views/dolphinview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index a2fe9f62a..62b5df7c7 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -655,6 +655,7 @@ private slots: void slotVisibleRolesChangedByHeader(const QList& current, const QList& previous); + void slotRoleEditingCanceled(int index, const QByteArray& role, const QVariant& value); void slotRoleEditingFinished(int index, const QByteArray& role, const QVariant& value); /** -- cgit v1.3