diff options
| author | Méven Car <[email protected]> | 2026-01-22 17:41:58 +0100 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2026-01-22 17:41:58 +0100 |
| commit | fed0b393668fc743741d65ddf8ed49135b51adf5 (patch) | |
| tree | 40661fcdddea9d8bdd424fca48db25136b06043a /src/views/dolphinview.h | |
| parent | 881a5470697bdaf23d8692d3ee852a15c90b1af3 (diff) | |
clang-tidy: modernize-use-using
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <memory> -typedef KIO::FileUndoManager::CommandType CommandType; +using CommandType = KIO::FileUndoManager::CommandType; class QVBoxLayout; class DolphinItemListView; class KFileItemModel; |
