We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3fdb8 commit 536daaeCopy full SHA for 536daae
src/gui/qgsnewhttpconnection.cpp
@@ -23,7 +23,6 @@ QgsNewHttpConnection::QgsNewHttpConnection(QWidget *parent, const QString& connN
23
: QDialog(parent, fl)
24
{
25
setupUi(this);
26
- connect(btnHelp, SIGNAL(clicked()), this, SLOT(helpInfo()));
27
connect(btnCancel, SIGNAL(clicked()), this, SLOT(reject()));
28
connect(btnOk, SIGNAL(clicked()), this, SLOT(saveConnection()));
29
0 commit comments