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 );