diff options
| author | Méven Car <[email protected]> | 2026-06-13 14:28:08 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2026-06-13 15:00:09 +0000 |
| commit | d49b4aa1bc826bc2343f518af6712981228f1c8e (patch) | |
| tree | cd34bd09be00831ed2669824c91fe85887b075e0 /src/dolphinmainwindow.h | |
| parent | 99c87fe4314d392ae8d3e4cf9c05e3f014322608 (diff) | |
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.
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
