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

List:       kde-commits
Subject:    KDE/kdepimlibs/kldap
From:       Tobias Koenig <tokoe () kde ! org>
Date:       2010-04-30 10:11:32
Message-ID: 20100430101132.2E345AC8A7 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1121088 by tokoe:

krazy fixes


 M  +2 -2      kcmldap.cpp  
 M  +1 -1      ldapclient.cpp  
 M  +1 -1      ldapclient.h  
 M  +1 -1      ldapsearchdialog.cpp  


--- trunk/KDE/kdepimlibs/kldap/kcmldap.cpp #1121087:1121088
@@ -137,7 +137,7 @@
   KLDAP::LdapServer server;
   AddHostDialog dlg( &server, this );
 
-  if ( dlg.exec() && !server.host().isEmpty() ) {
+  if ( dlg.exec() && !server.host().isEmpty() ) { //krazy:exclude=crashy
     new LDAPItem( mHostListView, server );
 
     emit changed( true );
@@ -155,7 +155,7 @@
   AddHostDialog dlg( &server, this );
   dlg.setCaption( i18n( "Edit Host" ) );
 
-  if ( dlg.exec() && !server.host().isEmpty() ) {
+  if ( dlg.exec() && !server.host().isEmpty() ) { //krazy:exclude=crashy
     item->setServer( server );
 
     emit changed( true );
--- trunk/KDE/kdepimlibs/kldap/ldapclient.cpp #1121087:1121088
@@ -105,7 +105,7 @@
   d->mServer = server;
 }
 
-const KLDAP::LdapServer& LdapClient::server() const
+const KLDAP::LdapServer LdapClient::server() const
 {
   return d->mServer;
 }
--- trunk/KDE/kdepimlibs/kldap/ldapclient.h #1121087:1121088
@@ -97,7 +97,7 @@
      * Returns the ldap server information that are used
      * by this client.
      */
-    const KLDAP::LdapServer& server() const;
+    const KLDAP::LdapServer server() const;
 
     /**
      * Sets the LDAP @p attributes that should be returned
--- trunk/KDE/kdepimlibs/kldap/ldapsearchdialog.cpp #1121087:1121088
@@ -823,7 +823,7 @@
   dialog.setCaption( i18n( "Configure the Address Book LDAP Settings" ) );
   dialog.addModule( "kcmldap.desktop" );
 
-  if ( dialog.exec() ) {
+  if ( dialog.exec() ) { //krazy:exclude=crashy
     d->restoreSettings();
   }
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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