Skip to content

Commit b67f379

Browse files
Merge pull request #601 from Esri/james/fix_the_build
There is a QFuture member of this type.
2 parents ca2b5ad + 20bf3a9 commit b67f379

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

uitools/cpp/Esri/ArcGISRuntime/Toolkit/LocatorSearchSource.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
// ArcGISRuntime headers
2323
#include <Envelope.h>
2424
#include <Error.h>
25-
#include <GeocodeResult.h>
2625
#include <Graphic.h>
2726
#include <LocatorAttribute.h>
2827
#include <LocatorInfo.h>

uitools/cpp/Esri/ArcGISRuntime/Toolkit/LocatorSearchSource.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
// ArcGISRuntime headers
2323
#include <GeocodeParameters.h>
24+
#include <GeocodeResult.h>
2425
#include <LocatorTask.h>
2526
#include <SuggestParameters.h>
2627

@@ -29,10 +30,6 @@
2930
#include <QList>
3031
#include <QObject>
3132

32-
namespace Esri::ArcGISRuntime {
33-
class GeocodeResult;
34-
}
35-
3633
namespace Esri::ArcGISRuntime::Toolkit {
3734

3835
class LocatorSearchSource : public SearchSourceInterface

uitools/cpp/Esri/ArcGISRuntime/Toolkit/SearchViewController.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ namespace Esri::ArcGISRuntime {
3535
class Map;
3636
class Scene;
3737
class SymbolStyle;
38-
class GeocodeResult;
3938
class Graphic;
4039
class GraphicsOverlay;
4140
} // Esri::ArcGISRuntime

0 commit comments

Comments
 (0)