Skip to content

Commit

Permalink
Moved arcgis dialogs to the provider directory
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jul 18, 2017
1 parent 73b66fa commit f459790
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 17 deletions.
1 change: 0 additions & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -247,7 +247,6 @@ Q_GUI_EXPORT extern int qt_defaultDpiX();
#include "qgsshortcutsmanager.h"
#include "qgssinglebandgrayrenderer.h"
#include "qgssnappingwidget.h"
#include "qgsarcgisservicesourceselect.h"
#include "qgsstatisticalsummarydockwidget.h"
#include "qgsstatusbar.h"
#include "qgsstatusbarcoordinateswidget.h"
Expand Down
2 changes: 0 additions & 2 deletions src/gui/CMakeLists.txt
Expand Up @@ -302,7 +302,6 @@ SET(QGIS_GUI_SRCS
qgsoptionsdialogbase.cpp
qgsorderbydialog.cpp
qgsowssourceselect.cpp
qgsarcgisservicesourceselect.cpp
qgspanelwidget.cpp
qgspanelwidgetstack.cpp
qgspasswordlineedit.cpp
Expand Down Expand Up @@ -458,7 +457,6 @@ SET(QGIS_GUI_MOC_HDRS
qgsoptionswidgetfactory.h
qgsorderbydialog.h
qgsowssourceselect.h
qgsarcgisservicesourceselect.h
qgspanelwidget.h
qgspanelwidgetstack.h
qgspasswordlineedit.h
Expand Down
4 changes: 4 additions & 0 deletions src/providers/arcgisrest/CMakeLists.txt
Expand Up @@ -42,9 +42,11 @@ SET (AFS_MOC_HDRS
IF (WITH_GUI)
SET(AFS_SRCS ${AFS_SRCS}
qgsafssourceselect.cpp
qgsarcgisservicesourceselect.cpp
)
SET(AFS_MOC_HDRS ${AFS_MOC_HDRS}
qgsafssourceselect.h
qgsarcgisservicesourceselect.h
)
ENDIF ()

Expand Down Expand Up @@ -83,9 +85,11 @@ SET (AMS_MOC_HDRS
IF (WITH_GUI)
SET(AMS_SRCS ${AMS_SRCS}
qgsamssourceselect.cpp
qgsarcgisservicesourceselect.cpp
)
SET(AMS_MOC_HDRS ${AMS_MOC_HDRS}
qgsamssourceselect.h
qgsarcgisservicesourceselect.h
)
ENDIF ()

Expand Down
File renamed without changes.
Expand Up @@ -16,25 +16,12 @@
#ifndef QGSARCGISSERVICESOURCESELECT_H
#define QGSARCGISSERVICESOURCESELECT_H

/// @cond PRIVATE

//
// W A R N I N G
// -------------
//
// This file is not part of the QGIS API. It exists purely as an
// implementation detail. This header file may change from version to
// version without notice, or even be removed.
//


#define SIP_NO_FILE

#include "ui_qgsarcgisservicesourceselectbase.h"
#include "qgsrectangle.h"
#include "qgscoordinatereferencesystem.h"
#include "qgsabstractdatasourcewidget.h"
#include "qgis_gui.h"

class QStandardItemModel;
class QSortFilterProxyModel;
Expand All @@ -44,7 +31,7 @@ class QgsOwsConnection;
/**
* Base class for listing ArcGis layers available from a remote service.
*/
class GUI_EXPORT QgsArcGisServiceSourceSelect : public QgsAbstractDataSourceWidget, protected Ui::QgsArcGisServiceSourceSelectBase
class QgsArcGisServiceSourceSelect : public QgsAbstractDataSourceWidget, protected Ui::QgsArcGisServiceSourceSelectBase
{
Q_OBJECT

Expand Down

0 comments on commit f459790

Please sign in to comment.