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

List:       kde-commits
Subject:    KDE/kdepim/nepomuk_email_feeder
From:       Andreas Holzammer <andy () kdab ! com>
Date:       2010-09-03 17:37:52
Message-ID: 20100903173752.4B47FAC883 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1171394 by aholzammer:

- there is no #warning for msvc

 M  +8 -0      messageanalyzer.cpp  
 M  +4 -0      nepomukemailfeeder.cpp  


--- trunk/KDE/kdepim/nepomuk_email_feeder/messageanalyzer.cpp #1171393:1171394
@@ -184,8 +184,12 @@
 #if !(KDE_IS_VERSION( 4, 5, 50 ))
     m_parent->indexData( m_email.uri(), content->decodedContent(), \
m_item.modificationTime() );  #else
+#ifdef _MSC_VER
+#pragma NOTE(Fix attachment indexing once Nepomuk adds the necessary interface \
again) +#else
 #warning Fix attachment indexing once Nepomuk adds the necessary interface again
 #endif
+#endif
   }
 
   // attachment -> delegate to strigi
@@ -207,8 +211,12 @@
 #if !(KDE_IS_VERSION( 4, 5, 50 ))
     m_parent->indexData( attachmentUrl, content->decodedContent(), \
m_item.modificationTime() );  #else
+#ifdef _MSC_VER
+#pragma NOTE(Fix attachment indexing once Nepomuk adds the necessary interface \
again) +#else
 #warning Fix attachment indexing once Nepomuk adds the necessary interface again
 #endif
+#endif
   }
 
   if ( shouldResetModel ) {
--- trunk/KDE/kdepim/nepomuk_email_feeder/nepomukemailfeeder.cpp #1171393:1171394
@@ -48,8 +48,12 @@
 #if !(KDE_IS_VERSION( 4, 5, 50 ))
   setNeedsStrigi( true );
 #else
+#ifdef _MSC_VER
+#pragma NOTE(Fix attachment indexing once Nepomuk adds the necessary interface \
again) +#else
 #warning Fix attachment indexing once Nepomuk adds the necessary interface again
 #endif
+#endif
 
   // failsafe in case we don't have / lost G13 support
   if ( Settings::self()->indexEncryptedContent() == Settings::EncryptedIndex && \
!GpgME::hasFeature( GpgME::G13VFSFeature ) )


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

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