┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kfileitemmodel.h
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2013-09-09 21:43:29 +0200
committerFrank Reininghaus <[email protected]>2013-09-09 21:43:29 +0200
commite03a687c92e1f5d4415bcf83c1fd4370fc518ffb (patch)
treec9742b74842b72c69a19235a5e12434310b5de79 /src/kitemviews/kfileitemmodel.h
parent258f0f60feb76876c846294c23121d41997ddc34 (diff)
parent4416377eae06e70f5f841e94347f2d0b31113524 (diff)
Merge remote-tracking branch 'origin/KDE/4.11'
Diffstat (limited to 'src/kitemviews/kfileitemmodel.h')
-rw-r--r--src/kitemviews/kfileitemmodel.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/kitemviews/kfileitemmodel.h b/src/kitemviews/kfileitemmodel.h
index f364e7ce0..841016138 100644
--- a/src/kitemviews/kfileitemmodel.h
+++ b/src/kitemviews/kfileitemmodel.h
@@ -324,6 +324,13 @@ private:
void removeExpandedItems();
/**
+ * This function is called by setData() and slotRefreshItems(). It emits
+ * the itemsChanged() signal, checks if the sort order is still correct,
+ * and starts m_resortAllItemsTimer if that is not the case.
+ */
+ void emitItemsChangedAndTriggerResorting(const KItemRangeList& itemRanges, const QSet<QByteArray>& changedRoles);
+
+ /**
* Resets all values from m_requestRole to false.
*/
void resetRoles();