adjust help context id to positive integer

git-svn-id: http://svn.osgeo.org/qgis/trunk@6095 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2006-11-16 05:40:21 +00:00
parent e5608af287
commit 2cfb16fdb8

View File

@ -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);