Skip to content

Commit

Permalink
Enabled help buttons in the wms dialogs
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@4693 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Jan 15, 2006
1 parent db7c080 commit 420e8b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/gui/qgsserversourceselect.h
Expand Up @@ -79,6 +79,9 @@ public slots:
//! Determines the layers the user selected and closes the dialog
void on_btnAdd_clicked();

//! Opens help application
void on_btnHelp_clicked();

//! Signaled when a layer selection is changed. Ensures that only one style is selected per layer.
void on_lstLayers_selectionChanged();

Expand All @@ -105,6 +108,8 @@ public slots:

//! The widget that controls the image format radio buttons
QButtonGroup* m_imageFormatBtns;

static const int context_id = 710979116;
};


Expand Down

0 comments on commit 420e8b3

Please sign in to comment.