Very new to QT:

error: request for member `ok' in `xxx', which is of non-class type `xxx ()()'

What does this mean?

I'm just trying this:

xxx x();

x.ok();

thanks