From fed0b393668fc743741d65ddf8ed49135b51adf5 Mon Sep 17 00:00:00 2001 From: Méven Car Date: Thu, 22 Jan 2026 17:41:58 +0100 Subject: clang-tidy: modernize-use-using --- src/dolphinmainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 9c21e291b..a03d566d0 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -31,7 +31,7 @@ #include #include -typedef KIO::FileUndoManager::CommandType CommandType; +using CommandType = KIO::FileUndoManager::CommandType; class DiskSpaceUsageMenu; class DolphinBookmarkHandler; -- cgit v1.3