┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kstandarditemmodel.h
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2019-05-04 13:24:16 +0200
committerElvis Angelaccio <[email protected]>2019-05-04 13:35:42 +0200
commit292cbefb3ddc62ddee1457b091c2223017496b8b (patch)
tree2b44bf5a52b762f0760733a7d01c17173d228905 /src/kitemviews/kstandarditemmodel.h
parent1b15962c92f81a747d8a698c8b4978ca996232ad (diff)
Fix wrong apidox
There is no KStandardItemView class in dolphin. This apidox has been wrong since the beginning (see commit ae4d11d918938fd9087f2035dac). GIT_SILENT
Diffstat (limited to 'src/kitemviews/kstandarditemmodel.h')
-rw-r--r--src/kitemviews/kstandarditemmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/kstandarditemmodel.h b/src/kitemviews/kstandarditemmodel.h
index 6685a2038..8643d2e9e 100644
--- a/src/kitemviews/kstandarditemmodel.h
+++ b/src/kitemviews/kstandarditemmodel.h
@@ -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.