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/views/dolphinview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 5a2907df7..e3f83979c 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -25,7 +25,7 @@ #include -typedef KIO::FileUndoManager::CommandType CommandType; +using CommandType = KIO::FileUndoManager::CommandType; class QVBoxLayout; class DolphinItemListView; class KFileItemModel; -- cgit v1.3.1