]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/information/informationpanel.h
[Places Panel] Make use of KFilePlacesView::dragAutoActivationDelay
[dolphin.git] / src / panels / information / informationpanel.h
index baeb6e875d9c9f69dbf158cc8f6b8d38484a211c..d7f89bc9c7415f5db25dbc72359a2b5b72f906f3 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.
      */