]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/information/informationpanel.h
Fix wrong window titles
[dolphin.git] / src / panels / information / informationpanel.h
index 05947145d674ca095e37b2835c19b9c858836eaf..321827c5bb09551186157273ae94d6ba1475d3eb 100644 (file)
@@ -75,7 +75,7 @@ protected:
 private slots:
     /**
      * Shows the information for the item of the URL which has been provided by
-     * InformationPanel::requestItemInfo() and provides default actions.
+     * InformationPanel::requestDelayedItemInfo() and provides default actions.
      */
     void showItemInfo();
 
@@ -161,6 +161,7 @@ private:
     KIO::Job* m_folderStatJob;
 
     InformationPanelContent* m_content;
+    bool m_inConfigurationMode = false;
 };
 
 #endif // INFORMATIONPANEL_H