]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/kstandarditemmodel.h
Fix several bookmark synchronization issues
[dolphin.git] / src / kitemviews / kstandarditemmodel.h
index be5b7c438575b21b80363a0cc446f6ac69421471..047c1e9b685e22d19391d946e1e5f697b72f8a42 100644 (file)
@@ -91,9 +91,11 @@ protected:
 
     /**
      * Is invoked after an item has been removed and before the signal
-     * itemsRemoved() gets emitted.
+     * itemsRemoved() gets emitted. The item \a removedItem has already
+     * been removed from the model and will get deleted after the
+     * execution of onItemRemoved().
      */
-    virtual void onItemRemoved(int index);
+    virtual void onItemRemoved(int index, KStandardItem* removedItem);
 
 private:
     QList<KStandardItem*> m_items;