t-artistik / qtscriptgenerator

Automatically exported from code.google.com/p/qtscriptgenerator
0 stars 0 forks source link

A single void parameter should be ignore #49

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
For a method with the following signature:
int getNumber(void) 

You get the warning "unmatched parameter type 'void'".

Instead I propose the parameter should just be treated as if there is none.

Original issue reported on code.google.com by m...@mikearthur.co.uk on 17 Sep 2009 at 10:28

GoogleCodeExporter commented 8 years ago
http://qt.gitorious.org/qt-labs/qtscriptgenerator/merge_requests/1531

This merge request contains a fix for this issue.

Original comment by m...@mikearthur.co.uk on 17 Sep 2009 at 1:12

GoogleCodeExporter commented 8 years ago
This is now fixed.

Original comment by mikearthur@gmail.com on 29 Sep 2009 at 4:50