We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2aec0 commit ea7decfCopy full SHA for ea7decf
uitools/common/src/PopupViewController.cpp
@@ -14,6 +14,8 @@
14
* See the License for the specific language governing permissions and
15
* limitations under the License.
16
******************************************************************************/
17
+#define QRT_DISABLE_DEPRECATED_WARNINGS
18
+
19
#include "PopupViewController.h"
20
21
// Qt headers
uitools/common/src/PopupViewController.h
@@ -25,12 +25,12 @@
25
#include <Deprecated.h>
26
#include <Popup.h>
27
#include <PopupElement.h>
28
-#include <PopupManager.h>
29
30
// Other headers
31
#include "GenericListModel.h"
32
33
Q_MOC_INCLUDE("PopupAttachmentListModel.h")
+Q_MOC_INCLUDE("PopupManager.h")
34
35
namespace Esri::ArcGISRuntime {
36
0 commit comments