Fix wrong apidox

There is no KStandardItemView class in dolphin. This apidox has been
wrong since the beginning (see commit ae4d11d918).

GIT_SILENT
This commit is contained in:
Elvis Angelaccio 2019-05-04 13:24:16 +02:00
parent 1b15962c92
commit 292cbefb3d
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ protected:
};
/**
* @brief Itemlist widget implementation for KStandardItemView and KStandardItemModel.
* @brief Itemlist widget implementation for KStandardItemListView and KStandardItemModel.
*/
class DOLPHIN_EXPORT KStandardItemListWidget : public KItemListWidget
{

View file

@ -29,7 +29,7 @@
class KStandardItem;
/**
* @brief Model counterpart for KStandardItemView.
* @brief Model counterpart for KStandardItemListView.
*
* Allows to add items to the model in an easy way by the
* class KStandardItem.