Andre Poenitz wrote:
- static LQApplication app(argc, argv);
+       static QApplication app(argc, argv);

Why static?

Because it's inside a function (parse_init). It cannot be made a global variable due to the necessity to pass argc and argv at the construction.

Abdel.

Reply via email to