┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/infosidebarpage.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-05-06 17:25:50 +0000
committerPeter Penz <[email protected]>2007-05-06 17:25:50 +0000
commitbafaf9496cc439c461e249057e5d913e9aa734fc (patch)
tree42f5ed9757afa0e4d67906bac745cd54d4bdb329 /src/infosidebarpage.h
parent5f87a8130e25a06c30b516ef23f936c1ab657c1c (diff)
some cleanups for the sidebar pages (move protected members to private section etc.)
svn path=/trunk/KDE/kdebase/apps/; revision=661815
Diffstat (limited to 'src/infosidebarpage.h')
-rw-r--r--src/infosidebarpage.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/infosidebarpage.h b/src/infosidebarpage.h
index 8d84512e9..ffa18d497 100644
--- a/src/infosidebarpage.h
+++ b/src/infosidebarpage.h
@@ -49,9 +49,7 @@ class PixmapViewer;
class MetaDataWidget;
/**
- * @brief Prototype for a information sidebar.
- *
- * Will be exchanged in future releases by pluggable sidebar pages...
+ * @brief Sidebar for showing meta information of one ore more selected items.
*/
class InfoSidebarPage : public SidebarPage
{
@@ -62,8 +60,8 @@ public:
virtual ~InfoSidebarPage();
public slots:
- void setUrl(const KUrl& url);
- void setSelection(const KFileItemList& selection);
+ virtual void setUrl(const KUrl& url);
+ virtual void setSelection(const KFileItemList& selection);
private slots:
/**
@@ -130,7 +128,6 @@ private:
QTimer* m_timer;
KUrl m_shownUrl;
KUrl m_urlCandidate;
- KFileItemList m_currentSelection;
PixmapViewer* m_preview;
QLabel* m_name;