By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 862
Collapse All | Expand All

(-)cpp.xml (+40 lines)
Lines 128-133 Link Here
128
      <item> SLOT </item>
128
      <item> SLOT </item>
129
      <item> TRUE </item>
129
      <item> TRUE </item>
130
      <item> FALSE </item>
130
      <item> FALSE </item>
131
      <item> TQ_CHECK_PTR </item>
132
      <item> TQ_CLASSINFO </item>
133
      <item> TQ_CLEANUP_RESOURCE </item>
134
      <item> TQ_D </item>
135
      <item> TQ_DECLARE_FLAGS </item>
136
      <item> TQ_DECLARE_FLAGS </item>
137
      <item> TQ_DECLARE_INTERFACE </item>
138
      <item> TQ_DECLARE_METATYPE </item>
139
      <item> TQ_DECLARE_OPERATORS_FOR_FLAGS </item>
140
      <item> TQ_DECLARE_PRIVATE </item>
141
      <item> TQ_DECLARE_PUBLIC </item>
142
      <item> TQ_DECLARE_SHARED </item>
143
      <item> TQ_DECLARE_TYPEINFO </item>
144
      <item> TQ_DISABLE_COPY </item>
145
      <item> TQ_ENUMS </item>
146
      <item> TQ_EXPORT </item>
147
      <item> TQ_FLAGS </item>
148
      <item> TQ_FOREACH </item>
149
      <item> TQ_FOREVER </item>
150
      <item> TQ_GADGET </item>
151
      <item> TQ_GLOBAL_STATIC </item>
152
      <item> TQ_GLOBAL_STATIC_WITH_ARGS </item>
153
      <item> TQ_INIT_RESOURCE </item>
154
      <item> TQ_INTERFACES </item>
155
      <item> TQ_INVOKABLE </item>
156
      <item> TQ_NOREPLY </item>
157
      <item> TQ_OBJECT </item>
158
      <item> TQ_OVERRIDE </item>
159
      <item> TQ_PRIVATE_SLOT </item>
160
      <item> TQ_PROPERTY </item>
161
      <item> TQ_Q </item>
162
      <item> TQ_RETURN_ARG </item>
163
      <item> TQ_SCRIPTABLE </item>
164
      <item> TQ_SETS </item>
165
      <item> TQ_SIGNALS </item>
166
      <item> TQ_SLOTS </item>
167
      <item> TQ_UNUSED </item>
168
      <item> TQT_SIGNAL </item>
169
      <item> TQT_SLOT </item>
170
      <item> TQT_TQOBJECT </item>
131
      <item> connect </item>
171
      <item> connect </item>
132
      <item> disconnect </item>
172
      <item> disconnect </item>
133
      <item> emit </item>
173
      <item> emit </item>

Return to bug 862