Reset error object to succesful state in async calls

pull/2/head
Timothy Pearson 12 years ago
parent cd48fbedf5
commit df590f5efe

@ -1260,6 +1260,9 @@ void MethodGenerator::writeProxyMethod(const TQString& className,
<< method.name << "\";" << endl;
stream << endl;
stream << " error = TQT_DBusError();";
stream << endl;
stream << " return (asyncCallId != 0);" << endl;
stream << "}" << endl;
stream << endl;

Loading…
Cancel
Save