Skip to content

Commit f850939

Browse files
author
g_j_m
committed
Remove a redundant connect call for the help button (it's done
somewhere else) git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5615 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2dd1595 commit f850939

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gui/qgsnewhttpconnection.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ QgsNewHttpConnection::QgsNewHttpConnection(QWidget *parent, const QString& connN
2323
: QDialog(parent, fl)
2424
{
2525
setupUi(this);
26-
connect(btnHelp, SIGNAL(clicked()), this, SLOT(helpInfo()));
2726
connect(btnCancel, SIGNAL(clicked()), this, SLOT(reject()));
2827
connect(btnOk, SIGNAL(clicked()), this, SLOT(saveConnection()));
2928

0 commit comments

Comments
 (0)