mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
connect solitary help button
git-svn-id: http://svn.osgeo.org/qgis/trunk@15579 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
3fc3d60f68
commit
e87a13081e
@ -24,6 +24,7 @@
|
||||
|
||||
#include "ui_qgsquerybuilderbase.h"
|
||||
#include "qgisgui.h"
|
||||
#include "qgscontexthelp.h"
|
||||
|
||||
class QgsField;
|
||||
class QgsVectorLayer;
|
||||
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user