Skip to content

Commit

Permalink
Fix a signal/slot missing warning for the custom projection dialog
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@6300 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Dec 22, 2006
1 parent c271fc8 commit eb6ea22
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/gui/qgscustomprojectiondialog.cpp
Expand Up @@ -149,10 +149,6 @@ void QgsCustomProjectionDialog::getEllipsoidList()
sqlite3_close(myDatabase);
}
*/
void QgsCustomProjectionDialog::on_pbnHelp_clicked()
{

}

void QgsCustomProjectionDialog::on_pbnDelete_clicked()
{
Expand Down
1 change: 0 additions & 1 deletion src/gui/qgscustomprojectiondialog.h
Expand Up @@ -29,7 +29,6 @@ Q_OBJECT
//a recursive function to make a directory and its ancestors
public slots:
void on_pbnCalculate_clicked();
void on_pbnHelp_clicked();
void on_pbnClose_clicked();
void on_pbnDelete_clicked();
//
Expand Down

0 comments on commit eb6ea22

Please sign in to comment.