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

List:       kde-commits
Subject:    [kdevplatform/parsejob-sequential] language/backgroundparser: Add a "FullSequentialProcessing" enum
From:       Sven Brauch <svenbrauch () googlemail ! com>
Date:       2012-02-29 21:47:02
Message-ID: 20120229214702.95BAAA60A9 () git ! kde ! org
[Download RAW message or body]

Git commit daa299e35d075cf42be85fa6112a533ef892c4b5 by Sven Brauch.
Committed on 29/02/2012 at 17:21.
Pushed by brauch into branch 'parsejob-sequential'.

Add a "FullSequentialProcessing" enum entry, for convenience

M  +2    -1    language/backgroundparser/parsejob.h

http://commits.kde.org/kdevplatform/daa299e35d075cf42be85fa6112a533ef892c4b5

diff --git a/language/backgroundparser/parsejob.h b/language/backgroundparser/parsejob.h
index 7696c0d..aef2b1f 100644
--- a/language/backgroundparser/parsejob.h
+++ b/language/backgroundparser/parsejob.h
@@ -64,7 +64,8 @@ public:
     enum SequentialProcessingFlag {
         IgnoresSequentialProcessing = 0,
         RequiresSequentialProcessing = 1,
-        RespectsSequentialProcessing = 2
+        RespectsSequentialProcessing = 2,
+        FullSequentialProcessing = 3
     };
     Q_DECLARE_FLAGS(SequentialProcessingFlags, SequentialProcessingFlag);
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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