Skip to content

Commit 76ac06e

Browse files
author
jef
committed
replace context help ids with classnames
git-svn-id: http://svn.osgeo.org/qgis/trunk@12169 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent aabbbdc commit 76ac06e

File tree

154 files changed

+296
-642
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+296
-642
lines changed

python/core/qgscontexthelp.sip

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ class QgsContextHelp : QObject
2020
%End
2121

2222
public:
23-
static void run(int contextId);
23+
static void run(QString context);
2424

2525
private:
2626
//! Constructor
27-
QgsContextHelp(int contextId);
27+
QgsContextHelp(QString context);
28+
2829
//! Destructor
2930
~QgsContextHelp();
30-
3131
};
32-
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
2-
FILE(GLOB HELP_FILES *_*)
1+
FILE(GLOB HELP_FILES *-*)
32

43
INSTALL(FILES ${HELP_FILES}
54
DESTINATION ${QGIS_DATA_DIR}/resources/context_help)
6-
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)