From 32c1bd71880b3987700aee2d42bfba83c7a1a3bd Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Sat, 17 Jul 2021 14:36:54 +0200 Subject: Clean up KF API older than 5.82 GIT_SILENT --- src/dolphinmainwindow.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/dolphinmainwindow.cpp') diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index d4c8199a6..9712b99bc 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -211,11 +211,9 @@ DolphinMainWindow::DolphinMainWindow() : QTimer::singleShot(0, this, &DolphinMainWindow::updateOpenPreferredSearchToolAction); m_fileItemActions.setParentWidget(this); -#if KIO_VERSION >= QT_VERSION_CHECK(5, 82, 0) connect(&m_fileItemActions, &KFileItemActions::error, this, [this](const QString &errorMessage) { showErrorMessage(errorMessage); }); -#endif } DolphinMainWindow::~DolphinMainWindow() -- cgit v1.3