From 6983b5c1dd82d159236ebd06cf17f071cc9c1ee9 Mon Sep 17 00:00:00 2001 From: saturneric Date: Fri, 12 Jan 2024 23:08:38 +0800 Subject: refactor: remove boost and use QString instead of std::filesystem::path --- src/cmd.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/cmd.h') diff --git a/src/cmd.h b/src/cmd.h index b90384db..061926dc 100644 --- a/src/cmd.h +++ b/src/cmd.h @@ -28,9 +28,6 @@ #pragma once -// boost -#include - #include "GpgFrontendContext.h" namespace GpgFrontend { @@ -39,8 +36,7 @@ namespace GpgFrontend { auto PrintVersion() -> int; -auto ParseLogLevel(const boost::program_options::variables_map&) - -> spdlog::level::level_enum; +auto ParseLogLevel(const QString& level) -> spdlog::level::level_enum; auto RunTest(const GFCxtWPtr&) -> int; -- cgit v1.2.3