Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
connect solitary help button
git-svn-id: http://svn.osgeo.org/qgis/trunk@15579 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
borysiasty committed Mar 23, 2011
1 parent 3fc3d60 commit e87a130
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/qgssearchquerybuilder.h
Expand Up @@ -24,6 +24,7 @@

#include "ui_qgsquerybuilderbase.h"
#include "qgisgui.h"
#include "qgscontexthelp.h"

class QgsField;
class QgsVectorLayer;
Expand Down Expand Up @@ -89,6 +90,8 @@ class GUI_EXPORT QgsSearchQueryBuilder : public QDialog, private Ui::QgsQueryBui
*/
void on_btnSampleValues_clicked();

void on_buttonBox_helpRequested() { QgsContextHelp::run( metaObject()->className() ); }

void saveQuery();
void loadQuery();

Expand Down

0 comments on commit e87a130

Please sign in to comment.