Reset error object to succesful state in async calls

(cherry picked from commit df590f5efe)
v3.5.13-sru
Timothy Pearson 12 years ago committed by Slávek Banko
parent f44242c3f0
commit 8a63d3b771

@ -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