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

List:       kde-commits
Subject:    KDE/kdemultimedia/kioslave/audiocd
From:       Benjamin Meyer <ben () meyerhome ! net>
Date:       2005-09-15 8:45:04
Message-ID: 1126773904.146097.25509.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 460795 by bmeyer:

Fix function name to be normal

 M  +1 -1      audiocd.cpp  
 M  +1 -1      plugins/audiocdencoder.cpp  
 M  +1 -1      plugins/audiocdencoder.h  
 M  +1 -1      plugins/lame/encoderlame.cpp  


--- trunk/KDE/kdemultimedia/kioslave/audiocd/audiocd.cpp #460794:460795
@@ -163,7 +163,7 @@
 	d = new Private;
 
 	// Add encoders
-	AudioCDEncoder::find_all_plugins(this, encoders);
+	AudioCDEncoder::findAllPlugins(this, encoders);
 	encoderTypeCDA = encoderFromExtension(".cda");
 	encoderTypeWAV = encoderFromExtension(".wav");
 }
--- trunk/KDE/kdemultimedia/kioslave/audiocd/plugins/audiocdencoder.cpp #460794:460795
@@ -55,7 +55,7 @@
  * but I do know that this does work. :)  Feel free to improve the loading system,
  * there isn't much code anyway.
  */
-void AudioCDEncoder::find_all_plugins(KIO::SlaveBase *slave, QList<AudioCDEncoder*> &encoders){
+void AudioCDEncoder::findAllPlugins(KIO::SlaveBase *slave, QList<AudioCDEncoder*> &encoders){
   KStandardDirs da;
 
   QStringList fonts = da.findDirs("module", "");
--- trunk/KDE/kdemultimedia/kioslave/audiocd/plugins/audiocdencoder.h #460794:460795
@@ -126,7 +126,7 @@
    * @param slave ioslave needed if the plugin is going to be used to encode something.
    * @param encoders container for new encoders.
    */
-  static void find_all_plugins(KIO::SlaveBase *slave, QList<AudioCDEncoder*> &encoders);
+  static void findAllPlugins(KIO::SlaveBase *slave, QList<AudioCDEncoder*> &encoders);
 
 protected:
   /**
--- trunk/KDE/kdemultimedia/kioslave/audiocd/plugins/lame/encoderlame.cpp #460794:460795
@@ -231,7 +231,7 @@
 }
 
 long EncoderLame::read(int16_t *buf, int frames){
-  if(!d->currentEncodeProcess)
+	if(!d->currentEncodeProcess)
 		return 0;
 
 	// Pipe the raw data to lame
[prev in list] [next in list] [prev in thread] [next in thread] 

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