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

List:       kde-commits
Subject:    branches/work/kdab-post-4.0/kdepim/kleopatra
From:       Marc Mutz <mutz () kde ! org>
Date:       2008-01-02 17:59:34
Message-ID: 1199296774.630165.7871.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 756080 by mutz:

Really fix compilation

 M  +3 -3      certmanager.cpp  


--- branches/work/kdab-post-4.0/kdepim/kleopatra/certmanager.cpp #756079:756080
@@ -106,17 +106,17 @@
     ~DisplayStrategy() {}
 
     virtual QFont keyFont( const GpgME::Key& key, const QFont& font ) const {
-      const Kleo::KeyFilter* filter = 0;//todo \
Kleo::KeyFilterManager::instance()->filterMatching( key ); +      const \
boost::shared_ptr<Kleo::KeyFilter> filter = \
Kleo::KeyFilterManager::instance()->filterMatching( key, Kleo::KeyFilter::Appearance \
);  return filter ? filter->font( font ) : font;
     }
     virtual QColor keyForeground( const GpgME::Key& key, const QColor& c ) const {
-      const Kleo::KeyFilter* filter = 0;//todo \
Kleo::KeyFilterManager::instance()->filterMatching( key ); +      const \
boost::shared_ptr<Kleo::KeyFilter> filter = \
Kleo::KeyFilterManager::instance()->filterMatching( key, Kleo::KeyFilter::Appearance \
);  if ( filter && filter->fgColor().isValid() )
         return filter->fgColor();
       return c;
     }
     virtual QColor keyBackground( const GpgME::Key& key, const QColor& c  ) const {
-      const Kleo::KeyFilter* filter = 0;//todo \
Kleo::KeyFilterManager::instance()->filterMatching( key ); +      const \
boost::shared_ptr<Kleo::KeyFilter> filter = \
Kleo::KeyFilterManager::instance()->filterMatching( key, Kleo::KeyFilter::Appearance \
);  if ( filter && filter->bgColor().isValid() )
         return filter->bgColor();
       return c;


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

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