3Dickulus / FragM

Derived from https://github.com/Syntopia/Fragmentarium/
GNU General Public License v3.0
344 stars 30 forks source link

commandline option parsing is broken #154

Closed 3Dickulus closed 3 years ago

3Dickulus commented 3 years ago

The bug: Commandline options are not registering properly.

To Reproduce: Steps to reproduce the behavior:

  1. run Fragmentarium-2.5.4 in a console with the "--help" option.
  2. repeat testing other commandline options.
  3. some or all options may fail.

Expected behavior: All options should perform as indicated by the output of the --help option.

Desktop: Vendor: NVIDIA Corporation Renderer: GeForce GTX 760/PCIe/SSE2 GL Driver: 4.5.0 NVIDIA 455.23.05 Display using GL 4.5 Core profile

Additional context: I think this is from the latest Qt version update on my OS QApplication app(argc, argv); should be...??? QScopedPointer<QApplication> app(new QApplication(argc, argv));