Error in qt_server example?

In the qt_server example the line

  ha = QHostAddress.new("0.0.0.0") 

produces an error "Ambiguous overload variants..."

After removing parameters:

  ha = QHostAddress.new() 

the macro runs ok.

Comments

Sign In or Register to comment.