]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/sidebarpage.cpp
There are some extractable strings in subdirs too.
[dolphin.git] / src / sidebarpage.cpp
index 1543c8c78f64c9b335a009db723a74f3b6f2e676..594f59f24bcad6df0d01b407d0a43aef4b8a330e 100644 (file)
@@ -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<KFileItem>& SidebarPage::selection() const
-{
-    return m_currentSelection;
-}
-
 void SidebarPage::setUrl(const KUrl& url)
 {
     m_url = url;
 }
 
-void SidebarPage::setSelection(const QList<KFileItem>& selection)
-{
-    m_currentSelection = selection;
-}
-
 #include "sidebarpage.moc"