Home | History | Annotate | Download | only in doc

Lines Matching full:doit

132 remote function is called "doIt", and it takes an int, it would be
133 described as "doIt(int)". Please note that the return type is not
144 Say you want to call "doIt" as described above, and not block (or wait
153 if (!client->send("someAppId", "fooObject/barObject", "doIt(int)",
167 if (!client->call("someAppId", "fooObject/barObject", "doIt(int)",
177 qDebug("doIt returned an unexpected type of reply!");
209 if (fun == "doIt(int)") {
213 QString result = self->doIt (i);
243 if (fun == "doIt(int)") {
247 QString result = self->doIt(i);