From 86f415d369a209dcd656584697c51d3171e7cee0 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 23 Feb 2020 01:28:08 -0600 Subject: Update a few TODOs --- hscript/user.cc | 1 - ui/qt5/horizonwizard.cc | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/hscript/user.cc b/hscript/user.cc index 9f6873e..f7c5c7c 100644 --- a/hscript/user.cc +++ b/hscript/user.cc @@ -131,7 +131,6 @@ Key *RootPassphrase::parseFromData(const std::string &data, int lineno, } bool RootPassphrase::validate(ScriptOptions) const { - /* XXX TODO: not sure what other validation we can / should do here. */ return true; } diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc index 2ef9e79..bec4f71 100644 --- a/ui/qt5/horizonwizard.cc +++ b/ui/qt5/horizonwizard.cc @@ -219,7 +219,7 @@ HorizonWizard::HorizonWizard(QWidget *parent) : QWizard(parent) { mirror_domain = "distfiles.adelielinux.org"; version = "stable"; subarch = NoSubarch; - /* TODO XXX: + /* handwavy-future: * Determine which platform kernel is being used, if any (-power8 etc) * Determine hardware requirements (easy or mainline) */ @@ -630,7 +630,7 @@ QString HorizonWizard::toHScript() { lines << QString("rootpw ") + root; delete[] root; - /* XXX TODO someday we'll have language support */ + /* handwavy-future: When we have language support, set it here */ lines << "language en_GB.UTF-8"; auto iterator = valid_keymaps.begin(); -- cgit v1.2.3-70-g09d2