]> cloud.milkyroute.net Git - dolphin.git/commitdiff
SVN_SILENT: removed obsolete (now: wrong) comment
authorPeter Penz <peter.penz19@gmail.com>
Tue, 3 Jun 2008 20:29:12 +0000 (20:29 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Tue, 3 Jun 2008 20:29:12 +0000 (20:29 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=816420

src/dolphinview.cpp

index 023a7380024e68945c23a05e4a8ac69b52d16c65..bfca285cf7ad9fcdbcd0faac4330ecc02b3ea523 100644 (file)
@@ -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&)),