Details
-
Suggestion
-
Resolution: Done
-
P2: Important
-
4.4.0
-
None
Description
QApplication::QApplication ( int & argc, char ** argv ) documentation says:
"Note that argc and argv might be changed. Qt removes command line arguments that it recognizes. The original argc and argv can be accessed later with arguments()."
Which turns out to be false.
argc and argv are not modified and QCoreApplication::argument() doesn't contains argument Qt recognize.