mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
adjust help context id to positive integer
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6095 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
81dc237b59
commit
f300e0ee1a
@ -39,7 +39,7 @@ class QgsDelimitedTextPluginGui : public QDialog, private Ui::QgsDelimitedTextPl
|
||||
|
||||
private:
|
||||
QgisIface * qI;
|
||||
static const int context_id = -1033030847;
|
||||
static const int context_id = 1033030847;
|
||||
signals:
|
||||
void drawRasterLayer(QString);
|
||||
void drawVectorLayer(QString,QString,QString);
|
||||
|
Loading…
x
Reference in New Issue
Block a user