equal
deleted
inserted
replaced
76 private: |
76 private: |
77 QStringMatcherPrivate *d_ptr; |
77 QStringMatcherPrivate *d_ptr; |
78 QString q_pattern; |
78 QString q_pattern; |
79 Qt::CaseSensitivity q_cs; |
79 Qt::CaseSensitivity q_cs; |
80 #ifdef Q_CC_RVCT |
80 #ifdef Q_CC_RVCT |
81 // explicitely allow anonymous unions for RVCT to prevent compiler warnings |
81 // explicitly allow anonymous unions for RVCT to prevent compiler warnings |
82 # pragma push |
82 # pragma push |
83 # pragma anon_unions |
83 # pragma anon_unions |
84 #endif |
84 #endif |
85 struct Data { |
85 struct Data { |
86 uchar q_skiptable[256]; |
86 uchar q_skiptable[256]; |