author | waspe <waspe> | 2003-11-03 18:37:25 (UTC) |
---|---|---|
committer | waspe <waspe> | 2003-11-03 18:37:25 (UTC) |
commit | fd87de118d519108b99125f190f3aa6bd2a0b4cb (patch) (unidiff) | |
tree | f71229f0ba9cba7ece5c9c2b306fb8c39e75df67 | |
parent | c0fe2d62abe68de74de6b8bf91635c1cdaf5d239 (diff) | |
download | opie-fd87de118d519108b99125f190f3aa6bd2a0b4cb.zip opie-fd87de118d519108b99125f190f3aa6bd2a0b4cb.tar.gz opie-fd87de118d519108b99125f190f3aa6bd2a0b4cb.tar.bz2 |
resolve merge conflict
-rw-r--r-- | core/pim/osearch/searchgroup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/osearch/searchgroup.h b/core/pim/osearch/searchgroup.h index de74efb..23aa82a 100644 --- a/core/pim/osearch/searchgroup.h +++ b/core/pim/osearch/searchgroup.h | |||
@@ -35,15 +35,15 @@ public: | |||
35 | 35 | ||
36 | protected: | 36 | protected: |
37 | virtual void load() = 0; | 37 | virtual void load() = 0; |
38 | virtual int search() = 0; | 38 | virtual int search() = 0; |
39 | virtual void insertItem( void* ) = 0; | 39 | virtual void insertItem( void* ) = 0; |
40 | QRegExp _search; | 40 | QRegExp _search; |
41 | QRegExp _lastSearch; | 41 | QRegExp _lastSearch; |
42 | QString _name; | 42 | QString _name; |
43 | bool loaded : 1; | ||
44 | int _resultCount; | ||
45 | private: | 43 | private: |
46 | int realSearch(); | 44 | int realSearch(); |
45 | bool loaded :1; | ||
46 | int _resultCount; | ||
47 | }; | 47 | }; |
48 | 48 | ||
49 | #endif | 49 | #endif |