Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
adjustments to context help ids to make them positive integers
git-svn-id: http://svn.osgeo.org/qgis/trunk@6090 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Nov 16, 2006
1 parent 1bbb461 commit 8961a03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/gui/qgsidentifyresults.h
Expand Up @@ -107,7 +107,7 @@ class QgsIdentifyResults: public QDialog, private Ui::QgsIdentifyResultsBase
int mClickedOnValue;
QMenu* mActionPopup;
std::vector<std::pair<QString, QString> > mValues;
static const int context_id = -689216579;
static const int context_id = 689216579;

/**
Keeps track of what derived-attribute (e.g. Length, Area)
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsmeasure.h
Expand Up @@ -118,7 +118,7 @@ public slots:
QgsRubberBand *mRubberBand;

//! Help context id
static const int context_id = -687883780;
static const int context_id = 687883780;

//! indicates whether we're measuring distances or areas
bool mMeasureArea;
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsnewconnection.h
Expand Up @@ -44,7 +44,7 @@ class QgsNewConnection : public QDialog, private Ui::QgsNewConnectionBase
void on_btnConnect_clicked();
void on_cb_geometryColumnsOnly_clicked();
private:
static const int context_id = -929865718;
static const int context_id = 929865718;
};

#endif // QGSNEWCONNECTIONBASE_H

0 comments on commit 8961a03

Please sign in to comment.