diff options
| author | Frank Reininghaus <[email protected]> | 2013-06-09 12:14:26 +0200 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2013-06-10 21:32:31 +0200 |
| commit | 9cf54dcc025073f29e6a1f55c83c4edcec6a5ea3 (patch) | |
| tree | 01328250be939ea10931776f6b31ac291a34d548 /src/views/dolphinview.h | |
| parent | 15b34a0d05e62f2056120003423a33e79329b0c4 (diff) | |
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
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 a2fe9f62a..62b5df7c7 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -655,6 +655,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); /** |
