diff options
| author | Renato Araujo Oliveira Filho <[email protected]> | 2017-11-16 12:32:49 -0300 |
|---|---|---|
| committer | Renato Araujo Oliveira Filho <[email protected]> | 2017-12-14 09:40:34 -0300 |
| commit | da6f8fe0862585287153f0d90e19eab0b34bfbef (patch) | |
| tree | 75fcb68ef19e54d7c5f6209636a30e1968ef9b87 /CMakeLists.txt | |
| parent | 8cea647ce11dbc8bb009f8a16adaaa94be3dcfb1 (diff) | |
Use Kio::KPlacesModel as source model for PlacesItemModel
Summary:
Use Kio::KPlacesModel as source model for PlacesItemModel avoiding
duplicated code.
Depends on D8862
Depends on D8332
Depends on D8434
Depends on D8348
Depends on D8630
Test Plan: Unit test created
Reviewers: elvisangelaccio, emmanuelp, mlaurent, mwolff
Reviewed By: elvisangelaccio, mlaurent, mwolff
Subscribers: mwolff, mlaurent, anthonyfieroni, nicolasfella, ngraham, #dolphin
Differential Revision: https://phabricator.kde.org/D8855
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 558e67613..1cbeb0795 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set (KDE_APPLICATIONS_VERSION "${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATI project(Dolphin VERSION ${KDE_APPLICATIONS_VERSION}) set(QT_MIN_VERSION "5.5.0") -set(KF5_MIN_VERSION "5.40.0") +set(KF5_MIN_VERSION "5.41.0") set(ECM_MIN_VERSION "1.6.0") # ECM setup |
