From kde-commits Tue Apr 10 00:27:33 2007 From: David Faure Date: Tue, 10 Apr 2007 00:27:33 +0000 To: kde-commits Subject: branches/KDE/3.5/kdelibs/kio/kio Message-Id: <1176164853.689282.7946.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=117616456114981 SVN commit 652051 by dfaure: Fix wrong docu as noticed by kde4's unit tests M +0 -2 kdirlister.h --- branches/KDE/3.5/kdelibs/kio/kio/kdirlister.h #652050:652051 @@ -428,7 +428,6 @@ /** * Tell the view that the listing of the directory @p _url is finished. * There might be other running jobs left. - * This signal is only emitted if KDirLister is watching more than one directory. * @param _url the directory URL */ void completed( const KURL& _url ); @@ -441,7 +440,6 @@ /** * Tell the view that the listing of the directory @p _url was canceled. * There might be other running jobs left. - * This signal is only emitted if KDirLister is watching more than one directory. * @param _url the directory URL */ void canceled( const KURL& _url );