checkpoint: assembly and source.

This commit is contained in:
Ernie Pasveer
2022-11-06 18:18:42 -06:00
parent b4b13a6aa6
commit 09fe27ae11
17 changed files with 372 additions and 231 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ int main (int argc, char* argv[]) {
QCommandLineOption configOption(QStringList()<<"config", QCoreApplication::translate("main", "Launch with config dialog.\nSave settings with:\n 'Settings->Save Configuration'"));
parser.addOption(configOption);
QCommandLineOption xxdebugOption(QStringList()<<"xxdebug", QCoreApplication::translate("main", "Turn on internal Seer debugging messages."));
QCommandLineOption xxdebugOption(QStringList()<<"xxx", QCoreApplication::translate("main", "Turn on internal Seer debugging messages."));
parser.addOption(xxdebugOption);