Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
None
Description
Since the comment file feature, we broke some links to typedefs that use the \relates command:
--- a/model-view-programming.html +++ b/model-view-programming.html @@ -548,7 +548,7 @@ view<span class="operator">-</span><span class="operator">></span>setModel(mo <pre class="cpp"><span class="type">void</span> MainWindow<span class="operator">::</span>updateSelection(<span class="keyword">const</span> <span class="type"><a href="qitemselection.html">QItemSelection</a></span> <span class="operator">&</span>selected<span class="operator">,</span> <span class="keyword">const</span> <span class="type"><a href="qitemselection.html">QItemSelection</a></span> <span class="operator">&</span>deselected) { - <span class="type"><a href="qmodelindex.html#QModelIndexList-typedef">QModelIndexList</a></span> items <span class="operator">=</span> selected<span class="operator">.</span>indexes(); + <span class="type">QModelIndexList</span> items <span class="operator">=</span> selected<span class="operator">.</span>indexes();
Attachments
Issue Links
- is required for
-
QTBUG-77196 Add comments file handling to QDoc
- Closed