[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kio/kio
From:       David Faure <faure () kde ! org>
Date:       2005-05-13 21:59:27
Message-ID: 1116021567.496731.13328.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 413360 by dfaure:

Fix doxygen warnings; derived methods must use the same argument names as
the parent method (if it's not documented)


 M  +6 -5      trunk/KDE/kdelibs/kio/kio/kmimetype.h  
 M  +3 -3      trunk/KDE/kdelibs/kio/kio/statusbarprogress.h  


--- trunk/KDE/kdelibs/kio/kio/kmimetype.h #413359:413360
@@ -566,7 +566,7 @@
    * @since 3.4
    */
   static QValueList<Service> userDefinedServices( const QString& path, KConfig& \
                config, bool bLocalFiles );
-  
+
   /**
    * Overload of userDefinedServices but also allows you to pass a list of urls for \
                this file.
    * This allows for the menu to be changed depending on the exact files via
@@ -576,11 +576,11 @@
   static QValueList<Service> userDefinedServices( const QString& path, KConfig& \
config, bool bLocalFiles,  const KURL::List & file_list);  
   /**
-   * @param _path is the path of the desktop entry.
+   * @param path is the path of the desktop entry.
    * @param service the service to execute
    * @deprecated, see the other executeService
    */
-  static void executeService( const QString& _path, KDEDesktopMimeType::Service& \
_service ) KDE_DEPRECATED; +  static void executeService( const QString& path, \
KDEDesktopMimeType::Service& service ) KDE_DEPRECATED;  
   /**
    * Execute @p service on the list of @p urls.
@@ -603,8 +603,9 @@
   static pid_t run( const KURL& _url, bool _is_local );
 
 protected:
-  virtual QPixmap pixmap(KIcon::Group a, int b, int c, QString *d) const
-     { return KMimeType::pixmap(a, b, c, d); }
+  virtual QPixmap pixmap( KIcon::Group group, int force_size = 0, int state = 0,
+                          QString * path = 0L ) const
+     { return KMimeType::pixmap( group, force_size, state, path ); }
 
   static pid_t runFSDevice( const KURL& _url, const KSimpleConfig &cfg );
   static pid_t runApplication( const KURL& _url, const QString & _serviceFile );
--- trunk/KDE/kdelibs/kio/kio/statusbarprogress.h #413359:413360
@@ -80,9 +80,9 @@
 
 public slots:
   virtual void slotClean();
-  virtual void slotTotalSize( KIO::Job*, KIO::filesize_t size );
-  virtual void slotPercent( KIO::Job*, unsigned long percent );
-  virtual void slotSpeed( KIO::Job*, unsigned long bytes_per_second );
+  virtual void slotTotalSize( KIO::Job* job, KIO::filesize_t bytes );
+  virtual void slotPercent( KIO::Job* job, unsigned long percent );
+  virtual void slotSpeed( KIO::Job* job, unsigned long speed );
 
 protected:
   KProgress* m_pProgressBar;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic