Home
last modified time | relevance | path

Searched refs:logFilepathOption (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dcommand_line_interface.cpp150 const QCommandLineOption logFilepathOption(QStringList({"logfilepath"}), in cCommandLineInterface() local
205 parser.addOption(logFilepathOption); in cCommandLineInterface()
257 cliData.logFilepathText = parser.value(logFilepathOption); in cCommandLineInterface()