aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/selectionlistmodel.cpp
diff options
context:
space:
mode:
authorJarkko Koivikko <jarkko.koivikko@code-q.fi>2018-06-11 20:02:46 +0300
committerJarkko Koivikko <jarkko.koivikko@code-q.fi>2018-08-06 08:20:46 +0000
commitdadbe3cd2eccbd15ee9d611c9cd8a132227c39a1 (patch)
tree9c5da79cbe6540dd594cef5d24ab3d355f781612 /src/virtualkeyboard/selectionlistmodel.cpp
parent59208edaaf40be982904a6c8cad4eab2d14f938e (diff)
Doc: Add C++ API for the extension plugins
Needed for the new virtualkeyboard module, which will expose C++ interface to the virtual keyboard extension plugins. This change contains also some improvements to the existing documentation, mainly to the Techical Guide. Task-number: QTBUG-57602 Change-Id: I85194e205479deab0535f14867464b4d2ab15b89 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/virtualkeyboard/selectionlistmodel.cpp')
-rw-r--r--src/virtualkeyboard/selectionlistmodel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/virtualkeyboard/selectionlistmodel.cpp b/src/virtualkeyboard/selectionlistmodel.cpp
index 97a2c50b..30b288a2 100644
--- a/src/virtualkeyboard/selectionlistmodel.cpp
+++ b/src/virtualkeyboard/selectionlistmodel.cpp
@@ -92,8 +92,6 @@ public:
\brief List model for selection lists.
- \internal
-
This class acts as a bridge between the UI and the
input method that provides the data for selection
lists.