]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix wrong apidox
authorElvis Angelaccio <elvis.angelaccio@kde.org>
Sat, 4 May 2019 11:24:16 +0000 (13:24 +0200)
committerElvis Angelaccio <elvis.angelaccio@kde.org>
Sat, 4 May 2019 11:35:42 +0000 (13:35 +0200)
There is no KStandardItemView class in dolphin. This apidox has been
wrong since the beginning (see commit ae4d11d918938fd9087f2035dac).

GIT_SILENT

src/kitemviews/kstandarditemlistwidget.h
src/kitemviews/kstandarditemmodel.h

index 220c0ebc3329071c3dae677305b45ebf0cbedfbd..c8102e42114d74d828dabee9c305311067ebd16a 100644 (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
 {
index 6685a2038fa0366fc822d1432d8ac1b45167d2dd..8643d2e9e0ae34ddc88873862780caeb49d99cfa 100644 (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.