Fix default argument assignment.
commite4cb8b6b59a9f0d26e2287ad018054f2b42ff184
authorMichal Kottman <michal.kottman@gmail.com>
Mon, 6 Feb 2012 00:01:58 +0000 (6 01:01 +0100)
committerMichal Kottman <michal.kottman@gmail.com>
Mon, 6 Feb 2012 00:01:58 +0000 (6 01:01 +0100)
tree42d578d8bc1e56628e010d112a663c7d98cee304
parent903dd3948d8d11074d08c2f2b31cc41bb5462e6c
Fix default argument assignment.

This was needed because QApplication constructor in Qt 4.8.0 now
has an optional parameter with default value of 'ApplicationFlags'
which is an enum from QCoreApplication, and this was not properly
handled in the Lqt generator. Enum lookup in class base was added.
generator/classes.lua