Removed default values in constructor.

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1078 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-03-24 08:39:51 +00:00
parent f2342cc895
commit 2d37bff7b9

View File

@ -26,7 +26,7 @@ class OpenModellerGui : public OpenModellerGuiBase
Q_OBJECT
public:
OpenModellerGui();
OpenModellerGui( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
OpenModellerGui( QWidget* parent , const char* name , bool modal , WFlags fl );
~OpenModellerGui();
void OpenModellerGui::parseAndRun(QString theParametersFileNameQString);
void makeConfigFile();