Skip to content

Commit

Permalink
Added context help connector
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@4697 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Jan 16, 2006
1 parent 0209a89 commit 58314fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/delimited_text/qgsdelimitedtextplugingui.cpp
Expand Up @@ -24,6 +24,7 @@
#include <qregexp.h>
#include <qmessagebox.h>
#include "qgsdelimitedtextplugingui.h"
#include "qgscontexthelp.h"
//Added by qt3to4:
#include <QTextStream>
#include "qgisiface.h"
Expand Down Expand Up @@ -51,7 +52,7 @@ QgsDelimitedTextPluginGui::~QgsDelimitedTextPluginGui()
/** Autoconnected slots **/
void QgsDelimitedTextPluginGui::on_pbnHelp_clicked()
{
help();
QgsContextHelp::run(context_id);
}
void QgsDelimitedTextPluginGui::on_btnBrowseForFile_clicked()
{
Expand Down
1 change: 1 addition & 0 deletions src/plugins/delimited_text/qgsdelimitedtextplugingui.h
Expand Up @@ -40,6 +40,7 @@ class QgsDelimitedTextPluginGui : public QDialog, private Ui::QgsDelimitedTextPl

private:
QgisIface * qI;
static const int context_id = -1033030847;
signals:
void drawRasterLayer(QString);
void drawVectorLayer(QString,QString,QString);
Expand Down

0 comments on commit 58314fe

Please sign in to comment.