Home
last modified time | relevance | path

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

/dports/astro/marble/marble-21.12.3/src/apps/marble-kde/
H A Dkdemain.cpp345 …QCommandLineOption highResOption( "highresolution", i18n( "Use the interface optimized for high re… in main() local
346 parser.addOption( (profiles & MarbleGlobal::HighResolution) ? noHighResOption : highResOption ); in main()
372 if ( parser.isSet( highResOption ) ) { in main()