From 2d37bff7b974ead0c224a3a0570334a0f855cdc9 Mon Sep 17 00:00:00 2001 From: timlinux Date: Wed, 24 Mar 2004 08:39:51 +0000 Subject: [PATCH] Removed default values in constructor. git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1078 c8812cc2-4d05-0410-92ff-de0c093fc19c --- plugins/openmodeller/openmodellergui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/openmodeller/openmodellergui.h b/plugins/openmodeller/openmodellergui.h index 572bcd4b317..1d59a3ee4ff 100644 --- a/plugins/openmodeller/openmodellergui.h +++ b/plugins/openmodeller/openmodellergui.h @@ -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();