We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent f76e7b7 commit d688632Copy full SHA for d688632
src/gui/qgsserversourceselect.h
@@ -79,6 +79,9 @@ public slots:
79
//! Determines the layers the user selected and closes the dialog
80
void on_btnAdd_clicked();
81
82
+ //! Opens help application
83
+ void on_btnHelp_clicked();
84
+
85
//! Signaled when a layer selection is changed. Ensures that only one style is selected per layer.
86
void on_lstLayers_selectionChanged();
87
@@ -105,6 +108,8 @@ public slots:
105
108
106
109
//! The widget that controls the image format radio buttons
107
110
QButtonGroup* m_imageFormatBtns;
111
112
+ static const int context_id = 710979116;
113
};
114
115
0 commit comments