X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/81fcd720a2cc095262e52b8a40dd1472d774a415..fbd7cb02a511ff869d74aa4e758203a1cd340962:/src/sidebarpage.cpp diff --git a/src/sidebarpage.cpp b/src/sidebarpage.cpp index 1543c8c78..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 QList& SidebarPage::selection() const -{ - return m_currentSelection; -} - void SidebarPage::setUrl(const KUrl& url) { m_url = url; } -void SidebarPage::setSelection(const QList& selection) -{ - m_currentSelection = selection; -} - #include "sidebarpage.moc"