mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
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:
parent
1b15962c92
commit
292cbefb3d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
class DOLPHIN_EXPORT KStandardItemListWidget : public KItemListWidget
|
||||||
{
|
{
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
class KStandardItem;
|
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
|
* Allows to add items to the model in an easy way by the
|
||||||
* class KStandardItem.
|
* class KStandardItem.
|
||||||
|
|
Loading…
Reference in a new issue