File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 65
65
%Include qgsgeometryvalidator.sip
66
66
%Include qgsgml.sip
67
67
%Include qgsgmlschema.sip
68
- %Include qgshelp.sip
69
68
%Include qgshistogram.sip
70
69
%Include qgsinterval.sip
71
70
%Include qgsjsonutils.sip
Original file line number Diff line number Diff line change 88
88
%Include qgsgradientcolorrampdialog.sip
89
89
%Include qgsgradientstopeditor.sip
90
90
%Include qgsgroupwmsdatadialog.sip
91
+ %Include qgshelp.sip
91
92
%Include qgshighlight.sip
92
93
%Include qgshistogramwidget.sip
93
94
%Include qgshtmlannotationitem.sip
Original file line number Diff line number Diff line change 1
- /** \ingroup core
1
+ /** \ingroup gui
2
2
* \class QgsHelp
3
3
* @brief Helper class for showing help topic URI for the given key.
4
4
*
Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ SET(QGIS_CORE_SRCS
135
135
qgsgeometryvalidator.cpp
136
136
qgsgml.cpp
137
137
qgsgmlschema.cpp
138
- qgshelp.cpp
139
138
qgshistogram.cpp
140
139
qgsinterval.cpp
141
140
qgsjsonutils.cpp
@@ -674,7 +673,6 @@ SET(QGIS_CORE_HDRS
674
673
qgsfields.h
675
674
qgsfontutils.h
676
675
qgsgeometrycache.h
677
- qgshelp.h
678
676
qgshistogram.h
679
677
qgsindexedfeature.h
680
678
qgsinterval.h
Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ SET(QGIS_GUI_SRCS
237
237
qgsgroupwmsdatadialog.cpp
238
238
qgshighlight.cpp
239
239
qgshistogramwidget.cpp
240
+ qgshelp.cpp
240
241
qgshtmlannotationitem.cpp
241
242
qgsidentifymenu.cpp
242
243
qgskeyvaluewidget.cpp
@@ -303,7 +304,7 @@ SET(QGIS_GUI_SRCS
303
304
qgsshortcutsmanager.cpp
304
305
qgsslider.cpp
305
306
qgssublayersdialog.cpp
306
- qgssubstitutionlistwidget.cpp
307
+ qgssubstitutionlistwidget.cpp
307
308
qgssqlcomposerdialog.cpp
308
309
qgssvgannotationitem.cpp
309
310
qgstablewidgetbase.cpp
@@ -503,7 +504,7 @@ SET(QGIS_GUI_MOC_HDRS
503
504
symbology-ng/qgslayerpropertieswidget.h
504
505
symbology-ng/qgsnullsymbolrendererwidget.h
505
506
symbology-ng/qgspenstylecombobox.h
506
- symbology-ng/qgspointclusterrendererwidget.h
507
+ symbology-ng/qgspointclusterrendererwidget.h
507
508
symbology-ng/qgspointdisplacementrendererwidget.h
508
509
symbology-ng/qgsrendererpropertiesdialog.h
509
510
symbology-ng/qgsrendererwidget.h
@@ -651,6 +652,7 @@ SET(QGIS_GUI_HDRS
651
652
qgsdetaileditemdata.h
652
653
qgsexpressionbuilderdialog.h
653
654
qgsfiledropedit.h
655
+ qgshelp.h
654
656
qgshighlight.h
655
657
qgsmapcanvasitem.h
656
658
qgsmapcanvasmap.h
@@ -718,7 +720,7 @@ SET(QGIS_GUI_HDRS
718
720
layertree/qgslayertreeembeddedwidgetregistry.h
719
721
720
722
raster/qgsrasterrendererwidget.h
721
-
723
+
722
724
symbology-ng/qgssymbolwidgetcontext.h
723
725
)
724
726
File renamed without changes.
Original file line number Diff line number Diff line change 18
18
19
19
#include < QtCore>
20
20
21
- /* * \ingroup core
21
+ /* * \ingroup gui
22
22
* \class QgsHelp
23
23
* @brief Helper class for showing help topic URI for the given key.
24
24
*
36
36
*
37
37
* @note added in QGIS 3.0
38
38
*/
39
- class CORE_EXPORT QgsHelp
39
+ class GUI_EXPORT QgsHelp
40
40
{
41
41
public:
42
42
You can’t perform that action at this time.
0 commit comments