From f4a49749c7eafa004c66e4bb20a062570c0a02d4 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Thu, 19 Jun 2025 18:53:21 -0400 Subject: [PATCH] chore: remove todo in places where its done or just a note --- src/lib/arch/Arch.h | 2 +- src/lib/gui/MainWindow.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/arch/Arch.h b/src/lib/arch/Arch.h index 865ecfbcd..f4d72c29d 100644 --- a/src/lib/arch/Arch.h +++ b/src/lib/arch/Arch.h @@ -5,7 +5,7 @@ * SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception */ -// TODO: consider whether or not to use either encapsulation (as below) +// Consider whether or not to use either encapsulation (as below) // or inheritance (as it is now) for the ARCH stuff. // // case for encapsulation: diff --git a/src/lib/gui/MainWindow.cpp b/src/lib/gui/MainWindow.cpp index 7dd7cce06..d49c00e11 100644 --- a/src/lib/gui/MainWindow.cpp +++ b/src/lib/gui/MainWindow.cpp @@ -729,7 +729,6 @@ void MainWindow::setIcon() { // Using a theme icon that is packed in exe renders an invisible icon // Instead use the resource path of the packed icon - // TODO Report to Qt ref the bug here const bool symbolicIcon = Settings::value(Settings::Gui::SymbolicTrayIcon).toBool(); #ifndef Q_OS_MAC QString iconString = QStringLiteral(":/icons/deskflow-%1/apps/64/deskflow").arg(iconMode());