[QGIS Commit] r14347 - trunk/qgis/src/plugins/offline_editing

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Oct 6 16:14:35 EDT 2010


Author: jef
Date: 2010-10-06 20:14:35 +0000 (Wed, 06 Oct 2010)
New Revision: 14347

Modified:
   trunk/qgis/src/plugins/offline_editing/offline_editing.cpp
   trunk/qgis/src/plugins/offline_editing/offline_editing.h
   trunk/qgis/src/plugins/offline_editing/offline_editing_plugin.cpp
   trunk/qgis/src/plugins/offline_editing/offline_editing_plugin.h
   trunk/qgis/src/plugins/offline_editing/offline_editing_plugin_gui.cpp
   trunk/qgis/src/plugins/offline_editing/offline_editing_plugin_gui.h
   trunk/qgis/src/plugins/offline_editing/offline_editing_progress_dialog.cpp
   trunk/qgis/src/plugins/offline_editing/offline_editing_progress_dialog.h
Log:
fix more warnings

Modified: trunk/qgis/src/plugins/offline_editing/offline_editing.cpp
===================================================================
--- trunk/qgis/src/plugins/offline_editing/offline_editing.cpp	2010-10-06 19:48:19 UTC (rev 14346)
+++ trunk/qgis/src/plugins/offline_editing/offline_editing.cpp	2010-10-06 20:14:35 UTC (rev 14347)
@@ -7,7 +7,7 @@
     Date                 : 22-Jul-2010
     Copyright            : (C) 2010 by Sourcepole
     Email                : info at sourcepole.ch
-/***************************************************************************
+ ***************************************************************************
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *

Modified: trunk/qgis/src/plugins/offline_editing/offline_editing.h
===================================================================
--- trunk/qgis/src/plugins/offline_editing/offline_editing.h	2010-10-06 19:48:19 UTC (rev 14346)
+++ trunk/qgis/src/plugins/offline_editing/offline_editing.h	2010-10-06 20:14:35 UTC (rev 14347)
@@ -7,7 +7,7 @@
     Date                 : 22-Jul-2010
     Copyright            : (C) 2010 by Sourcepole
     Email                : info at sourcepole.ch
-/***************************************************************************
+ ***************************************************************************
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *

Modified: trunk/qgis/src/plugins/offline_editing/offline_editing_plugin.cpp
===================================================================
--- trunk/qgis/src/plugins/offline_editing/offline_editing_plugin.cpp	2010-10-06 19:48:19 UTC (rev 14346)
+++ trunk/qgis/src/plugins/offline_editing/offline_editing_plugin.cpp	2010-10-06 20:14:35 UTC (rev 14347)
@@ -7,7 +7,7 @@
     Date                 : 08-Jul-2010
     Copyright            : (C) 2010 by Sourcepole
     Email                : info at sourcepole.ch
-/***************************************************************************
+ ***************************************************************************
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *

Modified: trunk/qgis/src/plugins/offline_editing/offline_editing_plugin.h
===================================================================
--- trunk/qgis/src/plugins/offline_editing/offline_editing_plugin.h	2010-10-06 19:48:19 UTC (rev 14346)
+++ trunk/qgis/src/plugins/offline_editing/offline_editing_plugin.h	2010-10-06 20:14:35 UTC (rev 14347)
@@ -7,7 +7,7 @@
     Date                 : 08-Jul-2010
     Copyright            : (C) 2010 by Sourcepole
     Email                : info at sourcepole.ch
-/***************************************************************************
+ ***************************************************************************
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *

Modified: trunk/qgis/src/plugins/offline_editing/offline_editing_plugin_gui.cpp
===================================================================
--- trunk/qgis/src/plugins/offline_editing/offline_editing_plugin_gui.cpp	2010-10-06 19:48:19 UTC (rev 14346)
+++ trunk/qgis/src/plugins/offline_editing/offline_editing_plugin_gui.cpp	2010-10-06 20:14:35 UTC (rev 14347)
@@ -7,7 +7,7 @@
     Date                 : 08-Jul-2010
     Copyright            : (C) 2010 by Sourcepole
     Email                : info at sourcepole.ch
-/***************************************************************************
+ ***************************************************************************
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *

Modified: trunk/qgis/src/plugins/offline_editing/offline_editing_plugin_gui.h
===================================================================
--- trunk/qgis/src/plugins/offline_editing/offline_editing_plugin_gui.h	2010-10-06 19:48:19 UTC (rev 14346)
+++ trunk/qgis/src/plugins/offline_editing/offline_editing_plugin_gui.h	2010-10-06 20:14:35 UTC (rev 14347)
@@ -7,7 +7,7 @@
     Date                 : 08-Jul-2010
     Copyright            : (C) 2010 by Sourcepole
     Email                : info at sourcepole.ch
-/***************************************************************************
+ ***************************************************************************
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *

Modified: trunk/qgis/src/plugins/offline_editing/offline_editing_progress_dialog.cpp
===================================================================
--- trunk/qgis/src/plugins/offline_editing/offline_editing_progress_dialog.cpp	2010-10-06 19:48:19 UTC (rev 14346)
+++ trunk/qgis/src/plugins/offline_editing/offline_editing_progress_dialog.cpp	2010-10-06 20:14:35 UTC (rev 14347)
@@ -7,7 +7,7 @@
     Date                 : 08-Jul-2010
     Copyright            : (C) 2010 by Sourcepole
     Email                : info at sourcepole.ch
-/***************************************************************************
+ ***************************************************************************
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *

Modified: trunk/qgis/src/plugins/offline_editing/offline_editing_progress_dialog.h
===================================================================
--- trunk/qgis/src/plugins/offline_editing/offline_editing_progress_dialog.h	2010-10-06 19:48:19 UTC (rev 14346)
+++ trunk/qgis/src/plugins/offline_editing/offline_editing_progress_dialog.h	2010-10-06 20:14:35 UTC (rev 14347)
@@ -7,7 +7,7 @@
     Date                 : 08-Jul-2010
     Copyright            : (C) 2010 by Sourcepole
     Email                : info at sourcepole.ch
-/***************************************************************************
+ ***************************************************************************
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *



More information about the QGIS-commit mailing list