+const KFileItemList& SidebarPage::selection() const
+{
+ return m_currentSelection;
+}
+
+void SidebarPage::setUrl(const KUrl& url)
+{
+ m_url = url;
+}
+
+void SidebarPage::setSelection(const KFileItemList& selection)
+{
+ m_currentSelection = selection;