]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/information/informationpanel.h
port to KIO::createDefaultJobUiDelegate
[dolphin.git] / src / panels / information / informationpanel.h
index baeb6e875d9c9f69dbf158cc8f6b8d38484a211c..b150948cad13aebb980d50c19e3e97ac24e73f80 100644 (file)
@@ -46,6 +46,8 @@ public Q_SLOTS:
      */
     void requestDelayedItemInfo(const KFileItem& item);
 
+    void slotFilesItemChanged(const KFileItemList &changedFileItems);
+
 protected:
     /** @see Panel::urlChanged() */
     bool urlChanged() override;
@@ -96,12 +98,6 @@ private:
     /** 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.
      */
@@ -142,7 +138,7 @@ private:
     // 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;