┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/information/informationpanel.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-10-07 18:00:58 +0000
committerPeter Penz <[email protected]>2010-10-07 18:00:58 +0000
commit6751f6a52a25857aeafc8ca2db809895663c24bd (patch)
tree9702bf7132cd7e71c1cc94ebd124713590791f75 /src/panels/information/informationpanel.h
parent431da0482caa72f90a6a04785383eb1d133f678e (diff)
Internal cleanups to assure that the asynchronous request for the folder-information works reliable when switching between directories.
svn path=/trunk/KDE/kdebase/apps/; revision=1183537
Diffstat (limited to 'src/panels/information/informationpanel.h')
-rw-r--r--src/panels/information/informationpanel.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/panels/information/informationpanel.h b/src/panels/information/informationpanel.h
index abd7ed811..58265f4b5 100644
--- a/src/panels/information/informationpanel.h
+++ b/src/panels/information/informationpanel.h
@@ -113,16 +113,6 @@ private:
void showMetaInfo();
/**
- * Returns true, if the meta information should be shown for
- * the multiple selected items that are stored in
- * m_selection. If true is returned, it is assured that
- * m_selection.count() > 1. If false is returned, the meta
- * information should be shown for the file
- * InformationPanel::fileUrl();
- */
- bool showMultipleSelectionInfo() const;
-
- /**
* Returns true, if \a url is equal to the shown URL m_shownUrl.
*/
bool isEqualToShownUrl(const KUrl& url) const;