diff options
| author | Peter Penz <[email protected]> | 2010-11-26 18:37:37 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-11-26 18:37:37 +0000 |
| commit | 056bbd061df0426f7a28ecd9b093afd64a22ecf1 (patch) | |
| tree | 520a65533c3a8e1fb88f0c67868f5b4ac8d6748c /src/views/dolphincolumnview.h | |
| parent | c227e8afe9a8209110ae38c794668ba158c43080 (diff) | |
SVN_SILENT: Don't inline the setter/getters
svn path=/trunk/KDE/kdebase/apps/; revision=1201095
Diffstat (limited to 'src/views/dolphincolumnview.h')
| -rw-r--r-- | src/views/dolphincolumnview.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/views/dolphincolumnview.h b/src/views/dolphincolumnview.h index c3953e253..72130c8f4 100644 --- a/src/views/dolphincolumnview.h +++ b/src/views/dolphincolumnview.h @@ -146,29 +146,4 @@ private: friend class DolphinColumnViewContainer; }; -inline bool DolphinColumnView::isActive() const -{ - return m_active; -} - -inline void DolphinColumnView::setChildUrl(const KUrl& url) -{ - m_childUrl = url; -} - -inline KUrl DolphinColumnView::childUrl() const -{ - return m_childUrl; -} - -inline void DolphinColumnView::setUrl(const KUrl& url) -{ - m_url = url; -} - -inline KUrl DolphinColumnView::url() const -{ - return m_url; -} - #endif |
