deanmao / node-chimera

A new kind of headless webkit integration for nodejs; a great alternative to phantomjs.
http://www.deanmao.com/2012/08/13/enter-chimera/
MIT License
847 stars 45 forks source link

fix crash problem in QCoreApplication::arguments #40

Open legnaleurc opened 10 years ago

legnaleurc commented 10 years ago

The constructor of QApplication takes a reference to int, so argc must not be a local variable.

Fixes #28.