node-chimera icon indicating copy to clipboard operation
node-chimera copied to clipboard

fix crash problem in QCoreApplication::arguments

Open legnaleurc opened this issue 11 years ago • 0 comments

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

Fixes #28.

legnaleurc avatar Oct 08 '13 10:10 legnaleurc