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

List:       kde-commits
Subject:    KDE/kdepimlibs/kpimidentities
From:       Volker Krause <vkrause () kde ! org>
Date:       2010-05-10 12:12:23
Message-ID: 20100510121223.4B694AC8B2 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1124966 by vkrause:

Add accessor method for the identity manager, needed by the following
commit to kdepim.


 M  +6 -0      identitycombo.cpp  
 M  +5 -0      identitycombo.h  


--- trunk/KDE/kdepimlibs/kpimidentities/identitycombo.cpp #1124965:1124966
@@ -155,4 +155,10 @@
   setToolTip( mIdentityManager->identityForUoid( uoid ).fullEmailAddr() );
 }
 
+IdentityManager* IdentityCombo::identityManager() const
+{
+  return mIdentityManager;
+}
+
+
 #include "identitycombo.moc"
--- trunk/KDE/kdepimlibs/kpimidentities/identitycombo.h #1124965:1124966
@@ -54,6 +54,11 @@
       void setCurrentIdentity( const QString &identityName );
       void setCurrentIdentity( const Identity &identity );
       void setCurrentIdentity( uint uoid );
+      /**
+        Returns the IdentityManager used in this combo box.
+        @since 4.5
+      */
+      IdentityManager* identityManager() const;
 
     Q_SIGNALS:
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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