From aa848939f2f83690e789393248434456429f987d Mon Sep 17 00:00:00 2001 From: jef Date: Fri, 4 Sep 2009 23:55:51 +0000 Subject: [PATCH] fix runtime warning git-svn-id: http://svn.osgeo.org/qgis/trunk@11546 c8812cc2-4d05-0410-92ff-de0c093fc19c --- src/app/qgsserversourceselect.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/qgsserversourceselect.h b/src/app/qgsserversourceselect.h index 58e6387695d..bd5cf466383 100644 --- a/src/app/qgsserversourceselect.h +++ b/src/app/qgsserversourceselect.h @@ -193,7 +193,6 @@ class QgsServerSourceSelect : public QDialog, private Ui::QgsServerSourceSelectB static const int context_id = 710979116; private slots: - void on_btnClose_clicked(); void on_btnSearch_clicked(); void on_btnAddWMS_clicked(); void wmsSelectionChanged();