diff --git a/CMakeLists.txt b/CMakeLists.txt index eca9e41..4e95760 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE project(partitionmanager VERSION ${RELEASE_SERVICE_VERSION}) # Dependencies -set(QT_MIN_VERSION "5.10.0") +set(QT_MIN_VERSION "5.14.0") set(KF5_MIN_VERSION "5.73") set(KPMCORE_MIN_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}") diff --git a/src/gui/editmountpointdialogwidget.cpp b/src/gui/editmountpointdialogwidget.cpp index 9b5dd9b..e0d29cf 100644 --- a/src/gui/editmountpointdialogwidget.cpp +++ b/src/gui/editmountpointdialogwidget.cpp @@ -198,7 +198,7 @@ void EditMountPointDialogWidget::buttonMoreClicked(bool) QStringList EditMountPointDialogWidget::options() const { - QStringList optList = m_Options.split(QLatin1Char(','), QString::SkipEmptyParts); + QStringList optList = m_Options.split(QLatin1Char(','), Qt::SkipEmptyParts); const auto keys = boxOptions(); for (const auto &s : keys)