┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/sidebarpage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sidebarpage.cpp')
-rw-r--r--src/sidebarpage.cpp13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/sidebarpage.cpp b/src/sidebarpage.cpp
index 889dc48c4..594f59f24 100644
--- a/src/sidebarpage.cpp
+++ b/src/sidebarpage.cpp
@@ -25,8 +25,7 @@
SidebarPage::SidebarPage(QWidget* parent) :
QWidget(parent),
- m_url(KUrl()),
- m_currentSelection()
+ m_url(KUrl())
{
}
@@ -39,19 +38,9 @@ const KUrl& SidebarPage::url() const
return m_url;
}
-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;
-}
-
#include "sidebarpage.moc"