Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
move QgsHelp to gui
  • Loading branch information
alexbruy committed Jan 10, 2017
1 parent 91a96d1 commit b74aefd
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
1 change: 0 additions & 1 deletion python/core/core.sip
Expand Up @@ -65,7 +65,6 @@
%Include qgsgeometryvalidator.sip
%Include qgsgml.sip
%Include qgsgmlschema.sip
%Include qgshelp.sip
%Include qgshistogram.sip
%Include qgsinterval.sip
%Include qgsjsonutils.sip
Expand Down
1 change: 1 addition & 0 deletions python/gui/gui.sip
Expand Up @@ -88,6 +88,7 @@
%Include qgsgradientcolorrampdialog.sip
%Include qgsgradientstopeditor.sip
%Include qgsgroupwmsdatadialog.sip
%Include qgshelp.sip
%Include qgshighlight.sip
%Include qgshistogramwidget.sip
%Include qgshtmlannotationitem.sip
Expand Down
2 changes: 1 addition & 1 deletion python/core/qgshelp.sip → python/gui/qgshelp.sip
@@ -1,4 +1,4 @@
/** \ingroup core
/** \ingroup gui
* \class QgsHelp
* @brief Helper class for showing help topic URI for the given key.
*
Expand Down
2 changes: 0 additions & 2 deletions src/core/CMakeLists.txt
Expand Up @@ -135,7 +135,6 @@ SET(QGIS_CORE_SRCS
qgsgeometryvalidator.cpp
qgsgml.cpp
qgsgmlschema.cpp
qgshelp.cpp
qgshistogram.cpp
qgsinterval.cpp
qgsjsonutils.cpp
Expand Down Expand Up @@ -674,7 +673,6 @@ SET(QGIS_CORE_HDRS
qgsfields.h
qgsfontutils.h
qgsgeometrycache.h
qgshelp.h
qgshistogram.h
qgsindexedfeature.h
qgsinterval.h
Expand Down
8 changes: 5 additions & 3 deletions src/gui/CMakeLists.txt
Expand Up @@ -237,6 +237,7 @@ SET(QGIS_GUI_SRCS
qgsgroupwmsdatadialog.cpp
qgshighlight.cpp
qgshistogramwidget.cpp
qgshelp.cpp
qgshtmlannotationitem.cpp
qgsidentifymenu.cpp
qgskeyvaluewidget.cpp
Expand Down Expand Up @@ -303,7 +304,7 @@ SET(QGIS_GUI_SRCS
qgsshortcutsmanager.cpp
qgsslider.cpp
qgssublayersdialog.cpp
qgssubstitutionlistwidget.cpp
qgssubstitutionlistwidget.cpp
qgssqlcomposerdialog.cpp
qgssvgannotationitem.cpp
qgstablewidgetbase.cpp
Expand Down Expand Up @@ -503,7 +504,7 @@ SET(QGIS_GUI_MOC_HDRS
symbology-ng/qgslayerpropertieswidget.h
symbology-ng/qgsnullsymbolrendererwidget.h
symbology-ng/qgspenstylecombobox.h
symbology-ng/qgspointclusterrendererwidget.h
symbology-ng/qgspointclusterrendererwidget.h
symbology-ng/qgspointdisplacementrendererwidget.h
symbology-ng/qgsrendererpropertiesdialog.h
symbology-ng/qgsrendererwidget.h
Expand Down Expand Up @@ -651,6 +652,7 @@ SET(QGIS_GUI_HDRS
qgsdetaileditemdata.h
qgsexpressionbuilderdialog.h
qgsfiledropedit.h
qgshelp.h
qgshighlight.h
qgsmapcanvasitem.h
qgsmapcanvasmap.h
Expand Down Expand Up @@ -718,7 +720,7 @@ SET(QGIS_GUI_HDRS
layertree/qgslayertreeembeddedwidgetregistry.h

raster/qgsrasterrendererwidget.h

symbology-ng/qgssymbolwidgetcontext.h
)

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/core/qgshelp.h → src/gui/qgshelp.h
Expand Up @@ -18,7 +18,7 @@

#include <QtCore>

/** \ingroup core
/** \ingroup gui
* \class QgsHelp
* @brief Helper class for showing help topic URI for the given key.
*
Expand All @@ -36,7 +36,7 @@
*
* @note added in QGIS 3.0
*/
class CORE_EXPORT QgsHelp
class GUI_EXPORT QgsHelp
{
public:

Expand Down

0 comments on commit b74aefd

Please sign in to comment.