Skip to content

Commit

Permalink
adjustments to context help ids to make them positive integers
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6090 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Nov 16, 2006
1 parent 9aad5ba commit 3aa2a7c
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; int mClickedOnValue;
QMenu* mActionPopup; QMenu* mActionPopup;
std::vector<std::pair<QString, QString> > mValues; 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) 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; QgsRubberBand *mRubberBand;


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


//! indicates whether we're measuring distances or areas //! indicates whether we're measuring distances or areas
bool mMeasureArea; 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_btnConnect_clicked();
void on_cb_geometryColumnsOnly_clicked(); void on_cb_geometryColumnsOnly_clicked();
private: private:
static const int context_id = -929865718; static const int context_id = 929865718;
}; };


#endif // QGSNEWCONNECTIONBASE_H #endif // QGSNEWCONNECTIONBASE_H

0 comments on commit 3aa2a7c

Please sign in to comment.