Navigation Menu

Skip to content

Commit

Permalink
Remove a redundant connect call for the help button (it's done
Browse files Browse the repository at this point in the history
somewhere else)


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5615 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Jul 20, 2006
1 parent 2dd1595 commit f850939
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/qgsnewhttpconnection.cpp
Expand Up @@ -23,7 +23,6 @@ QgsNewHttpConnection::QgsNewHttpConnection(QWidget *parent, const QString& connN
: QDialog(parent, fl)
{
setupUi(this);
connect(btnHelp, SIGNAL(clicked()), this, SLOT(helpInfo()));
connect(btnCancel, SIGNAL(clicked()), this, SLOT(reject()));
connect(btnOk, SIGNAL(clicked()), this, SLOT(saveConnection()));

Expand Down

0 comments on commit f850939

Please sign in to comment.