Skip to content

Commit 3aa2a7c

Browse files
author
gsherman
committed
adjustments to context help ids to make them positive integers
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6090 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9aad5ba commit 3aa2a7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/gui/qgsidentifyresults.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class QgsIdentifyResults: public QDialog, private Ui::QgsIdentifyResultsBase
107107
int mClickedOnValue;
108108
QMenu* mActionPopup;
109109
std::vector<std::pair<QString, QString> > mValues;
110-
static const int context_id = -689216579;
110+
static const int context_id = 689216579;
111111

112112
/**
113113
Keeps track of what derived-attribute (e.g. Length, Area)

src/gui/qgsmeasure.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public slots:
118118
QgsRubberBand *mRubberBand;
119119

120120
//! Help context id
121-
static const int context_id = -687883780;
121+
static const int context_id = 687883780;
122122

123123
//! indicates whether we're measuring distances or areas
124124
bool mMeasureArea;

src/gui/qgsnewconnection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class QgsNewConnection : public QDialog, private Ui::QgsNewConnectionBase
4444
void on_btnConnect_clicked();
4545
void on_cb_geometryColumnsOnly_clicked();
4646
private:
47-
static const int context_id = -929865718;
47+
static const int context_id = 929865718;
4848
};
4949

5050
#endif // QGSNEWCONNECTIONBASE_H

0 commit comments

Comments
 (0)