|
|
|
@ -2467,7 +2467,7 @@ findAllMethods(int argc, VALUE * argv, VALUE /*self*/)
|
|
|
|
|
if(!icmp) {
|
|
|
|
|
for(Smoke::Index i=methmin ; i <= methmax ; i++) {
|
|
|
|
|
Smoke::Index m = qt_Smoke->methodMaps[i].name;
|
|
|
|
|
if(!pat || !qstrncmp(qt_Smoke->methodNames[m], pat, strlen(pat))) {
|
|
|
|
|
if(!pat || !tqstrncmp(qt_Smoke->methodNames[m], pat, strlen(pat))) {
|
|
|
|
|
Smoke::Index ix= qt_Smoke->methodMaps[i].method;
|
|
|
|
|
VALUE meths = rb_ary_new();
|
|
|
|
|
if(ix >= 0) { // single match
|
|
|
|
|