Skip to content

Commit eb6ea22

Browse files
author
g_j_m
committed
Fix a signal/slot missing warning for the custom projection dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@6300 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c271fc8 commit eb6ea22

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/gui/qgscustomprojectiondialog.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,6 @@ void QgsCustomProjectionDialog::getEllipsoidList()
149149
sqlite3_close(myDatabase);
150150
}
151151
*/
152-
void QgsCustomProjectionDialog::on_pbnHelp_clicked()
153-
{
154-
155-
}
156152

157153
void QgsCustomProjectionDialog::on_pbnDelete_clicked()
158154
{

src/gui/qgscustomprojectiondialog.h

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Q_OBJECT
2929
//a recursive function to make a directory and its ancestors
3030
public slots:
3131
void on_pbnCalculate_clicked();
32-
void on_pbnHelp_clicked();
3332
void on_pbnClose_clicked();
3433
void on_pbnDelete_clicked();
3534
//

0 commit comments

Comments
 (0)