*/
void requestDelayedItemInfo(const KFileItem& item);
+ void slotFilesItemChanged(const KFileItemList &changedFileItems);
+
protected:
/** @see Panel::urlChanged() */
bool urlChanged() override;
/** Assures that any pending item information request is cancelled. */
void cancelRequest();
- /**
- * Shows the meta information for the current shown item inside
- * a label.
- */
- void showMetaInfo();
-
/**
* Returns true, if \a url is equal to the shown URL m_shownUrl.
*/
// a directory has been changed.
QUrl m_invalidUrlCandidate;
- KFileItem m_fileItem; // file item for m_shownUrl if available (otherwise null)
+ KFileItem m_hoveredItem;
KFileItemList m_selection;
KIO::Job* m_folderStatJob;