Skip to content
Permalink
Browse files
adjust help context id to positive integer
git-svn-id: http://svn.osgeo.org/qgis/trunk@6095 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Nov 16, 2006
1 parent e5608af commit 2cfb16f
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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);

0 comments on commit 2cfb16f

Please sign in to comment.