┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-06-03 20:29:12 +0000
committerPeter Penz <[email protected]>2008-06-03 20:29:12 +0000
commitae0829d3b8f0f4e44e9d861af3d5951ee1eaa304 (patch)
treef32043719f2b168411598e17ad90404289b0c38d /src
parent193218f5f4ffca3d2d7633e891c7d6ff6c75522e (diff)
SVN_SILENT: removed obsolete (now: wrong) comment
svn path=/trunk/KDE/kdebase/apps/; revision=816420
Diffstat (limited to 'src')
-rw-r--r--src/dolphinview.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp
index 023a73800..bfca285cf 100644
--- a/src/dolphinview.cpp
+++ b/src/dolphinview.cpp
@@ -95,10 +95,6 @@ DolphinView::DolphinView(QWidget* parent,
m_controller = new DolphinController(this);
m_controller->setUrl(url);
- // Receiver of the DolphinView signal 'urlChanged()' don't need
- // to care whether the internal controller changed the URL already or whether
- // the controller just requested an URL change and will be updated later.
- // In both cases the URL has been changed:
connect(m_controller, SIGNAL(urlChanged(const KUrl&)),
this, SIGNAL(urlChanged(const KUrl&)));
connect(m_controller, SIGNAL(requestUrlChange(const KUrl&)),