Skip to content

Commit e87a130

Browse files
author
borysiasty
committedMar 23, 2011
connect solitary help button
git-svn-id: http://svn.osgeo.org/qgis/trunk@15579 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 3fc3d60 commit e87a130

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/gui/qgssearchquerybuilder.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
#include "ui_qgsquerybuilderbase.h"
2626
#include "qgisgui.h"
27+
#include "qgscontexthelp.h"
2728

2829
class QgsField;
2930
class QgsVectorLayer;
@@ -89,6 +90,8 @@ class GUI_EXPORT QgsSearchQueryBuilder : public QDialog, private Ui::QgsQueryBui
8990
*/
9091
void on_btnSampleValues_clicked();
9192

93+
void on_buttonBox_helpRequested() { QgsContextHelp::run( metaObject()->className() ); }
94+
9295
void saveQuery();
9396
void loadQuery();
9497

0 commit comments

Comments
 (0)
Please sign in to comment.