Skip to content

Investigate warnings from QCommandLineParser (caused by some paritaly implemented features) #189

Description

@pktiuk

After running antimicrox we get warnings from QCommandLineParser informing about checking not defined options.
These are caused by some partialy implemented features

antimicrox --log-level info
❗WARN  QCommandLineParser: option not defined: "next"
❗WARN  QCommandLineParser: option not defined: "map"
❗WARN  QCommandLineParser: option not defined: "display"

Code adding them to commandline is commented. I don't know why.

        {"display",
            QCoreApplication::translate("main", "Use specified display for
            X11 calls")},
        {"next",
            QCoreApplication::translate("main", "Advance profile loading set
            options")},
         {"map",
             QCoreApplication::translate("main", "Open game controller
             mapping window of selected controller. Value can be
             a controller index or GUID."),
             QCoreApplication::translate("main", "value")},

TODO

Investigate these features and fully enable (finish/fix) them or remove them from code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingrefactorIssues connected with cleaning-up repository

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions