Take dtor out of slots section

git-svn-id: http://svn.osgeo.org/qgis/trunk@3125 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2005-04-11 16:35:18 +00:00
parent f0e56d8fc7
commit e3a9a93037

View File

@ -25,10 +25,10 @@ class QgsCustomProjectionDialog : public QgsCustomProjectionDialogBase
Q_OBJECT
public:
QgsCustomProjectionDialog(QWidget* parent , const char* name = "", WFlags fl=0);
~QgsCustomProjectionDialog();
//a recursive function to make a directory and its ancestors
bool makeDir(QDir &theQDir);
public slots:
~QgsCustomProjectionDialog();
void pbnHelp_clicked();
void pbnOK_clicked();
void pbnApply_clicked();