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

List:       kde-commits
Subject:    KDE/kdelibs/kdecore
From:       Caleb Tennis <caleb () gentoo ! org>
Date:       2006-05-06 12:41:23
Message-ID: 1146919283.705368.8086.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 537989 by ctennis:

Spelling fix and QString::null assignment fix

 M  +2 -1      kconfig_compiler/kconfig_compiler.cpp  
 M  +1 -1      ksavefile.h  


--- trunk/KDE/kdelibs/kdecore/kconfig_compiler/kconfig_compiler.cpp #537988:537989
@@ -1690,7 +1690,8 @@
   if ( singleton )
     cpp << "  mSelf = this;" << endl;
 
-  group = QString::null;
+  group.clear();
+
   for( itEntry = entries.begin(); itEntry != entries.end(); ++itEntry ) {
     if ( (*itEntry)->group() != group ) {
       if ( !group.isEmpty() ) cpp << endl;
--- trunk/KDE/kdelibs/kdecore/ksavefile.h #537988:537989
@@ -188,7 +188,7 @@
      *     \verbatim photo.jpg,v\endverbatim
      *
      * The new backup file will be in RCS format.
-     * Each existing backup file will be commited as a new revision.
+     * Each existing backup file will be committed as a new revision.
      *
      * @param filename the file to backup
      * @param backupDir optional directory where to save the backup file in.
[prev in list] [next in list] [prev in thread] [next in thread] 

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