┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kitemlistview.h
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2012-10-31 22:43:21 +0100
committerEmmanuel Pescosta <[email protected]>2012-10-31 22:43:21 +0100
commit32569ebedfaa70f8deb0714936792af9bce8a82b (patch)
tree5f709dfb6e5a356270960fa0f64f9718e4ede623 /src/kitemviews/kitemlistview.h
parentb4998a7cd4d5a09ca5ccf15c99bd642ae6bb8571 (diff)
Fix Bug 309338 - flood of error boxes while renaming a folder in the folder panel
BUG: 309338 FIXED-IN: 4.9.3 REVIEW: 107070
Diffstat (limited to 'src/kitemviews/kitemlistview.h')
-rw-r--r--src/kitemviews/kitemlistview.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/kitemviews/kitemlistview.h b/src/kitemviews/kitemlistview.h
index 5723b9aaa..984781569 100644
--- a/src/kitemviews/kitemlistview.h
+++ b/src/kitemviews/kitemlistview.h
@@ -663,6 +663,13 @@ private:
bool hasSiblingSuccessor(int index) const;
/**
+ * Helper method for slotRoleEditingCanceled() and slotRoleEditingFinished().
+ * Disconnects the two Signals "roleEditingCanceled" and
+ * "roleEditingFinished"
+ */
+ void disconnectRoleEditingSignals(int index);
+
+ /**
* Helper function for triggerAutoScrolling().
* @param pos Logical position of the mouse relative to the range.
* @param range Range of the visible area.