open() and close() are in std, because they are open and close for the unix
socket interface, without the std::, it tries to call this->open() and
this->close(), since QWidget has both open() and close() functions...
thomas
spiralman_at_softhome.net
Simon Hausmann writes:
> Hi,
>
> As I lost my commit rights I'm posting a patch to fix certain
> compilation buglets I've encountered in the opie mainline.
>
> List of changes:
>
> - removal of default arguments in method implementations
> - namespace fixes (connect(2) and close(2) are not in std)
> - missing return statements (attempt to return void in a non-void
> functions)
> - syntax errors ('/' change, missing return in
> PackageList::getByName)
> - misc warning fixes (implicit typename, NULL passed for non-pointer
> argument, explicit zero termination in c string)
>
>
> Simon
Received on Sun Jun 23 2002 - 20:14:50 EDT
This archive was generated by hypermail 2.2.0 : Mon Jul 25 2005 - 17:30:55 EDT