mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
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:
parent
f0e56d8fc7
commit
e3a9a93037
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user