Skip to content

Commit

Permalink
Update generated docs for 1275332
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 2, 2024
1 parent 26488d1 commit 9f72931
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion main/int/abstractcommand_8cpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> #<span class="keywordflow">else</span></div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> &amp;PokitDiscoveryAgent::errorOccurred,</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> #endif</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> [](<span class="keyword">const</span> <a class="code hl_enumerationRef" href="https://doc.qt.io/qt-5/qbluetoothdevicediscoveryagent.html#Error-enum">PokitDiscoveryAgent::Error</a> &amp;error) {</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> <span class="keyword">this</span>, [](<span class="keyword">const</span> <a class="code hl_enumerationRef" href="https://doc.qt.io/qt-5/qbluetoothdevicediscoveryagent.html#Error-enum">PokitDiscoveryAgent::Error</a> &amp;error) {</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> qCWarning(lc).noquote() &lt;&lt; <a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qobject.html#tr">tr</a>(<span class="stringliteral">&quot;Bluetooth discovery error:&quot;</span>) &lt;&lt; error;</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> <a class="code hl_propertyRef" href="https://doc.qt.io/qt-5/qtimer.html#singleShot-prop">QTimer::singleShot</a>(0, <a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qcoreapplication.html#instance">QCoreApplication::instance</a>(), [](){</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> <a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qcoreapplication.html#exit">QCoreApplication::exit</a>(EXIT_FAILURE);</div>
Expand Down
6 changes: 3 additions & 3 deletions main/int/abstractpokitservice_8cpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -346,15 +346,15 @@
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> <a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qobject.html#connect">connect</a>(<a class="code hl_variable" href="classAbstractPokitServicePrivate.html#adc41ee1de2a4783623aa78d0a8beb85d">service</a>, &amp;<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qlowenergyservice.html#characteristicChanged">QLowEnergyService::characteristicChanged</a>,</div>
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> <span class="keyword">this</span>, &amp;<a class="code hl_slot" href="classAbstractPokitServicePrivate.html#a642431b7bfb76baa5d976ae24e90d9ef">AbstractPokitServicePrivate::characteristicChanged</a>);</div>
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> </div>
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> <a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qobject.html#connect">connect</a>(<a class="code hl_variable" href="classAbstractPokitServicePrivate.html#adc41ee1de2a4783623aa78d0a8beb85d">service</a>, &amp;<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qlowenergyservice.html#descriptorRead">QLowEnergyService::descriptorRead</a>,</div>
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> <a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qobject.html#connect">connect</a>(<a class="code hl_variable" href="classAbstractPokitServicePrivate.html#adc41ee1de2a4783623aa78d0a8beb85d">service</a>, &amp;<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qlowenergyservice.html#descriptorRead">QLowEnergyService::descriptorRead</a>, <span class="keyword">this</span>,</div>
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> [](<span class="keyword">const</span> <a class="code hl_classRef" href="https://doc.qt.io/qt-5/qlowenergydescriptor.html">QLowEnergyDescriptor</a> &amp;descriptor, <span class="keyword">const</span> <a class="code hl_classRef" href="https://doc.qt.io/qt-5/qbytearray.html">QByteArray</a> &amp;value){</div>
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> qCDebug(lc).noquote() &lt;&lt; <a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qobject.html#tr">tr</a>(R<span class="stringliteral">&quot;(Descriptor &quot;%1&quot; (%2) read.)&quot;)</span></div>
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span><span class="stringliteral"> .<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qstring.html#arg-1">arg</a>(descriptor.<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qlowenergydescriptor.html#name">name</a>(), descriptor.<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qlowenergydescriptor.html#uuid">uuid</a>().<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/quuid.html#toString">toString</a>());</span></div>
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span><span class="stringliteral"> Q_UNUSED(value)</span></div>
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span><span class="stringliteral"> });</span></div>
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span><span class="stringliteral"></span> </div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span><span class="stringliteral"> <a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qobject.html#connect">connect</a>(<a class="code hl_variable" href="classAbstractPokitServicePrivate.html#adc41ee1de2a4783623aa78d0a8beb85d">service</a>, &amp;<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qlowenergyservice.html#descriptorWritten">QLowEnergyService::descriptorWritten</a>,</span></div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span><span class="stringliteral"> [](</span><span class="keyword">const</span> <a class="code hl_classRef" href="https://doc.qt.io/qt-5/qlowenergydescriptor.html">QLowEnergyDescriptor</a> &amp;descriptor, <span class="keyword">const</span> <a class="code hl_classRef" href="https://doc.qt.io/qt-5/qbytearray.html">QByteArray</a> &amp;newValue){</div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span><span class="stringliteral"> <a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qobject.html#connect">connect</a>(<a class="code hl_variable" href="classAbstractPokitServicePrivate.html#adc41ee1de2a4783623aa78d0a8beb85d">service</a>, &amp;<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qlowenergyservice.html#descriptorWritten">QLowEnergyService::descriptorWritten</a>, </span><span class="keyword">this</span>,</div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> [](<span class="keyword">const</span> <a class="code hl_classRef" href="https://doc.qt.io/qt-5/qlowenergydescriptor.html">QLowEnergyDescriptor</a> &amp;descriptor, <span class="keyword">const</span> <a class="code hl_classRef" href="https://doc.qt.io/qt-5/qbytearray.html">QByteArray</a> &amp;newValue){</div>
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> qCDebug(lc).noquote() &lt;&lt; <a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qobject.html#tr">tr</a>(R<span class="stringliteral">&quot;(Descriptor &quot;%1&quot; (%2) written.)&quot;)</span></div>
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span><span class="stringliteral"> .<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qstring.html#arg-1">arg</a>(descriptor.<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qlowenergydescriptor.html#name">name</a>(), descriptor.<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qlowenergydescriptor.html#uuid">uuid</a>().<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/quuid.html#toString">toString</a>());</span></div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span><span class="stringliteral"> Q_UNUSED(newValue)</span></div>
Expand Down
2 changes: 1 addition & 1 deletion main/int/classAbstractCommand.html
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a0d6fde269511e87aa6f178c1
<div class="line"><span class="lineno"> 33</span> #<span class="keywordflow">else</span></div>
<div class="line"><span class="lineno"> 34</span> &amp;PokitDiscoveryAgent::errorOccurred,</div>
<div class="line"><span class="lineno"> 35</span> #endif</div>
<div class="line"><span class="lineno"> 36</span> [](<span class="keyword">const</span> <a class="code hl_enumerationRef" href="https://doc.qt.io/qt-5/qbluetoothdevicediscoveryagent.html#Error-enum">PokitDiscoveryAgent::Error</a> &amp;error) {</div>
<div class="line"><span class="lineno"> 36</span> <span class="keyword">this</span>, [](<span class="keyword">const</span> <a class="code hl_enumerationRef" href="https://doc.qt.io/qt-5/qbluetoothdevicediscoveryagent.html#Error-enum">PokitDiscoveryAgent::Error</a> &amp;error) {</div>
<div class="line"><span class="lineno"> 37</span> qCWarning(lc).noquote() &lt;&lt; <a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qobject.html#tr">tr</a>(<span class="stringliteral">&quot;Bluetooth discovery error:&quot;</span>) &lt;&lt; error;</div>
<div class="line"><span class="lineno"> 38</span> <a class="code hl_propertyRef" href="https://doc.qt.io/qt-5/qtimer.html#singleShot-prop">QTimer::singleShot</a>(0, <a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qcoreapplication.html#instance">QCoreApplication::instance</a>(), [](){</div>
<div class="line"><span class="lineno"> 39</span> <a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qcoreapplication.html#exit">QCoreApplication::exit</a>(EXIT_FAILURE);</div>
Expand Down
6 changes: 3 additions & 3 deletions main/int/classAbstractPokitServicePrivate.html
Original file line number Diff line number Diff line change
Expand Up @@ -921,15 +921,15 @@ <h2 class="memtitle"><span class="permalink"><a href="#a2b105802085225fe68254dfd
<div class="line"><span class="lineno"> 221</span> <a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qobject.html#connect">connect</a>(<a class="code hl_variable" href="#adc41ee1de2a4783623aa78d0a8beb85d">service</a>, &amp;<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qlowenergyservice.html#characteristicChanged">QLowEnergyService::characteristicChanged</a>,</div>
<div class="line"><span class="lineno"> 222</span> <span class="keyword">this</span>, &amp;<a class="code hl_slot" href="#a642431b7bfb76baa5d976ae24e90d9ef">AbstractPokitServicePrivate::characteristicChanged</a>);</div>
<div class="line"><span class="lineno"> 223</span> </div>
<div class="line"><span class="lineno"> 224</span> <a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qobject.html#connect">connect</a>(<a class="code hl_variable" href="#adc41ee1de2a4783623aa78d0a8beb85d">service</a>, &amp;<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qlowenergyservice.html#descriptorRead">QLowEnergyService::descriptorRead</a>,</div>
<div class="line"><span class="lineno"> 224</span> <a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qobject.html#connect">connect</a>(<a class="code hl_variable" href="#adc41ee1de2a4783623aa78d0a8beb85d">service</a>, &amp;<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qlowenergyservice.html#descriptorRead">QLowEnergyService::descriptorRead</a>, <span class="keyword">this</span>,</div>
<div class="line"><span class="lineno"> 225</span> [](<span class="keyword">const</span> <a class="code hl_classRef" href="https://doc.qt.io/qt-5/qlowenergydescriptor.html">QLowEnergyDescriptor</a> &amp;descriptor, <span class="keyword">const</span> <a class="code hl_classRef" href="https://doc.qt.io/qt-5/qbytearray.html">QByteArray</a> &amp;value){</div>
<div class="line"><span class="lineno"> 226</span> qCDebug(lc).noquote() &lt;&lt; <a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qobject.html#tr">tr</a>(R<span class="stringliteral">&quot;(Descriptor &quot;%1&quot; (%2) read.)&quot;)</span></div>
<div class="line"><span class="lineno"> 227</span><span class="stringliteral"> .<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qstring.html#arg-1">arg</a>(descriptor.<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qlowenergydescriptor.html#name">name</a>(), descriptor.<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qlowenergydescriptor.html#uuid">uuid</a>().<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/quuid.html#toString">toString</a>());</span></div>
<div class="line"><span class="lineno"> 228</span><span class="stringliteral"> Q_UNUSED(value)</span></div>
<div class="line"><span class="lineno"> 229</span><span class="stringliteral"> });</span></div>
<div class="line"><span class="lineno"> 230</span><span class="stringliteral"></span> </div>
<div class="line"><span class="lineno"> 231</span><span class="stringliteral"> <a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qobject.html#connect">connect</a>(<a class="code hl_variable" href="#adc41ee1de2a4783623aa78d0a8beb85d">service</a>, &amp;<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qlowenergyservice.html#descriptorWritten">QLowEnergyService::descriptorWritten</a>,</span></div>
<div class="line"><span class="lineno"> 232</span><span class="stringliteral"> [](</span><span class="keyword">const</span> <a class="code hl_classRef" href="https://doc.qt.io/qt-5/qlowenergydescriptor.html">QLowEnergyDescriptor</a> &amp;descriptor, <span class="keyword">const</span> <a class="code hl_classRef" href="https://doc.qt.io/qt-5/qbytearray.html">QByteArray</a> &amp;newValue){</div>
<div class="line"><span class="lineno"> 231</span><span class="stringliteral"> <a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qobject.html#connect">connect</a>(<a class="code hl_variable" href="#adc41ee1de2a4783623aa78d0a8beb85d">service</a>, &amp;<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qlowenergyservice.html#descriptorWritten">QLowEnergyService::descriptorWritten</a>, </span><span class="keyword">this</span>,</div>
<div class="line"><span class="lineno"> 232</span> [](<span class="keyword">const</span> <a class="code hl_classRef" href="https://doc.qt.io/qt-5/qlowenergydescriptor.html">QLowEnergyDescriptor</a> &amp;descriptor, <span class="keyword">const</span> <a class="code hl_classRef" href="https://doc.qt.io/qt-5/qbytearray.html">QByteArray</a> &amp;newValue){</div>
<div class="line"><span class="lineno"> 233</span> qCDebug(lc).noquote() &lt;&lt; <a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qobject.html#tr">tr</a>(R<span class="stringliteral">&quot;(Descriptor &quot;%1&quot; (%2) written.)&quot;)</span></div>
<div class="line"><span class="lineno"> 234</span><span class="stringliteral"> .<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qstring.html#arg-1">arg</a>(descriptor.<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qlowenergydescriptor.html#name">name</a>(), descriptor.<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/qlowenergydescriptor.html#uuid">uuid</a>().<a class="code hl_functionRef" href="https://doc.qt.io/qt-5/quuid.html#toString">toString</a>());</span></div>
<div class="line"><span class="lineno"> 235</span><span class="stringliteral"> Q_UNUSED(newValue)</span></div>
Expand Down

0 comments on commit 9f72931

Please sign in to comment.