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
parser.setApplicationDescription("ReplayGain processor for karaoke files (mp3+g zip files)");
parser.addHelpOption();
parser.addVersionOption();
parser.addPositionalArgument("karaoke file", QCoreApplication::translate("main", "File to perform ReplayGain processing on"));
QCommandLineOption forceOption(QStringList() << "f" << "force", QCoreApplication::translate("main", "Force processing even if marker file is present"));