Code review comment for lp:~mardy/ubuntu-system-settings/plugin-invocation

Revision history for this message
Alberto Mardegan (mardy) wrote :

> Why did you stop using getopt in favour of custom option parsing? I quite
> liked the use of a proper API there.

The "proper API" in Qt is QCoreApplication::arguments(); using getops doesn't buy us much, and would need converting all the params to QString.

« Back to merge proposal