From d49b4aa1bc826bc2343f518af6712981228f1c8e Mon Sep 17 00:00:00 2001 From: Méven Car Date: Sat, 13 Jun 2026 14:28:08 +0000 Subject: remove version guards below the build minimums KIO_VERSION and KFILEMETADATA_VERSION checks up to 6.23 are always true given the Qt 6.4 / KF 6.23 minimum versions. --- src/dolphinmainwindow.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 884b9f7bd..f847ff509 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -322,7 +322,6 @@ private Q_SLOTS: /** Performs the current undo operation. */ void undo(); -#if KIO_VERSION >= QT_VERSION_CHECK(6, 17, 0) /** * Updates the state of the 'Redo' menu action dependent * on the parameter \a available. @@ -334,7 +333,6 @@ private Q_SLOTS: /** Performs the current redo operation. */ void redo(); -#endif /** * Copies all selected items to the clipboard and marks -- cgit v1.3.1