Skip to content

Commit

Permalink
Update generated docs for bc43371
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 13, 2023
1 parent 985c5b9 commit 066dea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/int/classStatusServicePrivate.html
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a3a6ff8ca3e9d7c884b269e52
<div class="line"><span class="lineno"> 641</span><span class="comment"> * switch position, while the other extra byte indicates the device&#39;s current charging status.</span></div>
<div class="line"><span class="lineno"> 642</span><span class="comment"> */</span></div>
<div class="line"><span class="lineno"> 643</span> </div>
<div class="line"><span class="lineno"> 644</span> <span class="keywordflow">if</span> (!<a class="code hl_function" href="classAbstractPokitServicePrivate.html#af8b480a950244540bfff7fc4b476a0ef">checkSize</a>(<a class="code hl_classRef" href="https://doc.qt.io/qt-5/qlatin1string.html">QLatin1String</a>(<span class="stringliteral">&quot;Status&quot;</span>), value, 5, 6)) {</div>
<div class="line"><span class="lineno"> 644</span> <span class="keywordflow">if</span> (!<a class="code hl_function" href="classAbstractPokitServicePrivate.html#af8b480a950244540bfff7fc4b476a0ef">checkSize</a>(<a class="code hl_classRef" href="https://doc.qt.io/qt-5/qlatin1string.html">QLatin1String</a>(<span class="stringliteral">&quot;Status&quot;</span>), value, 5, 8)) {</div>
<div class="line"><span class="lineno"> 645</span> <span class="keywordflow">return</span> status;</div>
<div class="line"><span class="lineno"> 646</span> }</div>
<div class="line"><span class="lineno"> 647</span> </div>
Expand Down
2 changes: 1 addition & 1 deletion main/int/statusservice_8cpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@
<div class="line"><a id="l00641" name="l00641"></a><span class="lineno"> 641</span><span class="comment"> * switch position, while the other extra byte indicates the device&#39;s current charging status.</span></div>
<div class="line"><a id="l00642" name="l00642"></a><span class="lineno"> 642</span><span class="comment"> */</span></div>
<div class="line"><a id="l00643" name="l00643"></a><span class="lineno"> 643</span> </div>
<div class="line"><a id="l00644" name="l00644"></a><span class="lineno"> 644</span> <span class="keywordflow">if</span> (!<a class="code hl_function" href="classAbstractPokitServicePrivate.html#af8b480a950244540bfff7fc4b476a0ef">checkSize</a>(<a class="code hl_classRef" href="https://doc.qt.io/qt-5/qlatin1string.html">QLatin1String</a>(<span class="stringliteral">&quot;Status&quot;</span>), value, 5, 6)) {</div>
<div class="line"><a id="l00644" name="l00644"></a><span class="lineno"> 644</span> <span class="keywordflow">if</span> (!<a class="code hl_function" href="classAbstractPokitServicePrivate.html#af8b480a950244540bfff7fc4b476a0ef">checkSize</a>(<a class="code hl_classRef" href="https://doc.qt.io/qt-5/qlatin1string.html">QLatin1String</a>(<span class="stringliteral">&quot;Status&quot;</span>), value, 5, 8)) {</div>
<div class="line"><a id="l00645" name="l00645"></a><span class="lineno"> 645</span> <span class="keywordflow">return</span> status;</div>
<div class="line"><a id="l00646" name="l00646"></a><span class="lineno"> 646</span> }</div>
<div class="line"><a id="l00647" name="l00647"></a><span class="lineno"> 647</span> </div>
Expand Down

0 comments on commit 066dea3

Please sign in to comment.