┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorAhmad Samir <[email protected]>2021-07-17 14:36:54 +0200
committerAhmad Samir <[email protected]>2021-07-19 09:57:58 +0000
commit32c1bd71880b3987700aee2d42bfba83c7a1a3bd (patch)
treecfd323824759676deccbab8a036953ff2caf10e5 /src/dolphinmainwindow.cpp
parent0b81b4baf9c7eebbdcf45745077d5a009635b9c8 (diff)
Clean up KF API older than 5.82
GIT_SILENT
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 0 insertions, 2 deletions
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()