Skip to content

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎src/gui/qgsserversourceselect.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ public slots:
7979
//! Determines the layers the user selected and closes the dialog
8080
void on_btnAdd_clicked();
8181

82+
//! Opens help application
83+
void on_btnHelp_clicked();
84+
8285
//! Signaled when a layer selection is changed. Ensures that only one style is selected per layer.
8386
void on_lstLayers_selectionChanged();
8487

@@ -105,6 +108,8 @@ public slots:
105108

106109
//! The widget that controls the image format radio buttons
107110
QButtonGroup* m_imageFormatBtns;
111+
112+
static const int context_id = 710979116;
108113
};
109114

110115

0 commit comments

Comments
 (0)
Please sign in to comment.