X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/8f9baef848c3056cd1df772f0774decad509cff3..d511752c9de4d9adc30a15ddf9bf89efc1924a7b:/src/sidebarpage.cpp diff --git a/src/sidebarpage.cpp b/src/sidebarpage.cpp index 5b0e68f28..cb0e516e7 100644 --- a/src/sidebarpage.cpp +++ b/src/sidebarpage.cpp @@ -1,5 +1,6 @@ /*************************************************************************** * Copyright (C) 2006 by Cvetoslav Ludmiloff * + * Copyright (C) 2006 by Peter Penz * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -18,7 +19,7 @@ ***************************************************************************/ #include "sidebarpage.h" -#include +#include #include #include @@ -33,6 +34,16 @@ SidebarPage::~SidebarPage() { } +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;