<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Suppress Deprecated function warnings? in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/suppress-deprecated-function-warnings/m-p/1275748#M4910</link>
    <description>&lt;P&gt;Hi gang,&lt;BR /&gt;&lt;BR /&gt;It must be about time for my daily post! So here goes:&lt;BR /&gt;&lt;BR /&gt;I am aware that AppStudio has little life left in it, but it's what I am cutting my teeth on at the moment. My debug console continually fills with errors and warnings about deprecated functions and wondering if there is a way that I can exclude them while debugging? Better still, can I fix it??&lt;BR /&gt;&lt;BR /&gt;I have read details on how to prepare/migrate to SDK v200, but using AppStudio as a platform to rapidly develop a proof of concept app.&lt;BR /&gt;&lt;BR /&gt;As an example, I have a ton of this that appears at varying times.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;bool __cdecl AppFramework::isOnline(void) *** DEPRECATED. Use Networking.isOnline instead. ***
bool __cdecl Network::isOnline(void) const *** DEPRECATED. Use Networking.isOnline instead. ***
bool __cdecl AppFramework::isOnline(void) *** DEPRECATED. Use Networking.isOnline instead. ***
bool __cdecl Network::isOnline(void) const *** DEPRECATED. Use Networking.isOnline instead. ***
bool __cdecl AppFramework::isOnline(void) *** DEPRECATED. Use Networking.isOnline instead. ***
bool __cdecl Network::isOnline(void) const *** DEPRECATED. Use Networking.isOnline instead. ***
&amp;lt;Unknown File&amp;gt;: QML LocatorTask: The suggestionsChanged signal is deprecated
bool __cdecl AppFramework::isOnline(void) *** DEPRECATED. Use Networking.isOnline instead. ***
bool __cdecl Network::isOnline(void) const *** DEPRECATED. Use Networking.isOnline instead. ***&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It points back to&amp;nbsp; 'ArcGIS.AppFramework 1.0'. If the answer is that I just have to live with it, then so be it, but I thought I would ask anyway.&lt;/P&gt;&lt;P&gt;AppStudio version: 5.5.180 and runtime SDK 100.15.1.3760 (Qt 5.15.6)&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Sean&lt;/P&gt;</description>
    <pubDate>Wed, 05 Apr 2023 13:44:00 GMT</pubDate>
    <dc:creator>smithse</dc:creator>
    <dc:date>2023-04-05T13:44:00Z</dc:date>
    <item>
      <title>Suppress Deprecated function warnings?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/suppress-deprecated-function-warnings/m-p/1275748#M4910</link>
      <description>&lt;P&gt;Hi gang,&lt;BR /&gt;&lt;BR /&gt;It must be about time for my daily post! So here goes:&lt;BR /&gt;&lt;BR /&gt;I am aware that AppStudio has little life left in it, but it's what I am cutting my teeth on at the moment. My debug console continually fills with errors and warnings about deprecated functions and wondering if there is a way that I can exclude them while debugging? Better still, can I fix it??&lt;BR /&gt;&lt;BR /&gt;I have read details on how to prepare/migrate to SDK v200, but using AppStudio as a platform to rapidly develop a proof of concept app.&lt;BR /&gt;&lt;BR /&gt;As an example, I have a ton of this that appears at varying times.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;bool __cdecl AppFramework::isOnline(void) *** DEPRECATED. Use Networking.isOnline instead. ***
bool __cdecl Network::isOnline(void) const *** DEPRECATED. Use Networking.isOnline instead. ***
bool __cdecl AppFramework::isOnline(void) *** DEPRECATED. Use Networking.isOnline instead. ***
bool __cdecl Network::isOnline(void) const *** DEPRECATED. Use Networking.isOnline instead. ***
bool __cdecl AppFramework::isOnline(void) *** DEPRECATED. Use Networking.isOnline instead. ***
bool __cdecl Network::isOnline(void) const *** DEPRECATED. Use Networking.isOnline instead. ***
&amp;lt;Unknown File&amp;gt;: QML LocatorTask: The suggestionsChanged signal is deprecated
bool __cdecl AppFramework::isOnline(void) *** DEPRECATED. Use Networking.isOnline instead. ***
bool __cdecl Network::isOnline(void) const *** DEPRECATED. Use Networking.isOnline instead. ***&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It points back to&amp;nbsp; 'ArcGIS.AppFramework 1.0'. If the answer is that I just have to live with it, then so be it, but I thought I would ask anyway.&lt;/P&gt;&lt;P&gt;AppStudio version: 5.5.180 and runtime SDK 100.15.1.3760 (Qt 5.15.6)&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Sean&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 13:44:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/suppress-deprecated-function-warnings/m-p/1275748#M4910</guid>
      <dc:creator>smithse</dc:creator>
      <dc:date>2023-04-05T13:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress Deprecated function warnings?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/suppress-deprecated-function-warnings/m-p/1275752#M4911</link>
      <description>&lt;P&gt;You can disable the logging with this property&amp;nbsp;&lt;A href="https://developers.arcgis.com/qt/v100/qml/api-reference/qml-esri-arcgisruntime-arcgisruntimeenvironment.html#logDeprecationWarnings-prop" target="_blank"&gt;https://developers.arcgis.com/qt/v100/qml/api-reference/qml-esri-arcgisruntime-arcgisruntimeenvironment.html#logDeprecationWarnings-prop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 13:51:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/suppress-deprecated-function-warnings/m-p/1275752#M4911</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2023-04-05T13:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress Deprecated function warnings?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/suppress-deprecated-function-warnings/m-p/1275821#M4916</link>
      <description>&lt;P&gt;Thanks!! A lot less yellow now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 15:05:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/suppress-deprecated-function-warnings/m-p/1275821#M4916</guid>
      <dc:creator>smithse</dc:creator>
      <dc:date>2023-04-05T15:05:06Z</dc:date>
    </item>
  </channel>
</rss>

