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

List:       kde-commits
Subject:    KDE/kdepim/kleopatra/crypto/gui
From:       Andreas Holzammer <andy () kdab ! com>
Date:       2010-08-30 8:23:22
Message-ID: 20100830082322.A4582AC857 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1169896 by aholzammer:

- compile fix for msvc

 M  +2 -2      signencryptemailconflictdialog.cpp  


--- trunk/KDE/kdepim/kleopatra/crypto/gui/signencryptemailconflictdialog.cpp \
#1169895:1169896 @@ -391,14 +391,14 @@
         enc         ? i18n("Kleopatra cannot unambiguously determine matching \
certificates "  "for all recipients of the message.\n"
                            "Please select the correct certificates for each \
                recipient:" ) :
-        /* else */    kleo_assert_fail( sign || enc ) ;
+        /* else */    (kleo_assert_fail( sign || enc ),QString()) ;
 }
 
 static QString make_top_label_quickmode_text( bool sign, bool enc ) {
     return
         enc    ? i18n("Please verify that correct certificates have been selected \
                for each recipient:") :
         sign   ? i18n("Please verify that the correct certificate has been selected \
                for the sender:") :
-        /*else*/ kleo_assert_fail( sign || enc ) ;
+        /*else*/ (kleo_assert_fail( sign || enc ),QString()) ;
 }
 
 class SignEncryptEMailConflictDialog::Private {


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

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