You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems for me the long version of the command line argument is not working for me. I'm simply passing the exact same path but with --plugin instead of -p.
Can anyone else repro this?
The code that parses the command line arguments looks like correct to me so I'm scratching my head here.
QCommandLineOption pluginOpt(QStringList() << "p"
<< "plugin",
tr("path to the plugin"),
tr("path"));
It seems for me the long version of the command line argument is not working for me. I'm simply passing the exact same path but with --plugin instead of -p.
Can anyone else repro this?
The code that parses the command line arguments looks like correct to me so I'm scratching my head here.
https://doc.qt.io/qt-6.2/qcommandlineoption.html#QCommandLineOption-3
The text was updated successfully, but these errors were encountered: