diff options
| author | Elvis Angelaccio <[email protected]> | 2018-10-04 23:03:23 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2018-10-04 23:03:23 +0200 |
| commit | 7c8a9906a2d58bb0caf743da0155b139b01dd344 (patch) | |
| tree | 5cf95389af0fc31d23af8b7c5347aa7bc8cd2366 | |
| parent | 4ccf2bbfd95dbc67dcbec109aa4cbd09115f7154 (diff) | |
[PlacesItemModel] Update apidox
Should have been part of da6f8fe0862585287153 (the grouping feature has
been moved upstream to KIO).
| -rw-r--r-- | src/panels/places/placesitemmodel.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/panels/places/placesitemmodel.h b/src/panels/places/placesitemmodel.h index cc237bff2..c4ff7e2dd 100644 --- a/src/panels/places/placesitemmodel.h +++ b/src/panels/places/placesitemmodel.h @@ -38,8 +38,7 @@ class QAction; /** * @brief Model for maintaining the bookmarks of the places panel. * - * It is compatible to the KFilePlacesModel from kdelibs but adds - * the ability to have groups for places. + * It is based on KFilePlacesModel from KIO. */ class PlacesItemModel: public KStandardItemModel { |
