[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/graphics/digikam/libs/widgets/metadata
From:       Gilles Caulier <caulier.gilles () free ! fr>
Date:       2006-11-27 11:01:27
Message-ID: 1164625287.169511.9982.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 608273 by cgilles:

digikam from trunk : compile with -nofinal option from .configure script : fix \
redefinition of static char* list

 M  +6 -6      gpswidget.cpp  


--- trunk/extragear/graphics/digikam/libs/widgets/metadata/gpswidget.cpp \
#608272:608273 @@ -62,7 +62,7 @@
 
 namespace Digikam
 {
-static const char* ExifHumanList[] =
+static const char* ExifGPSHumanList[] =
 {
      "GPSLatitude",
      "GPSLongitude",
@@ -71,7 +71,7 @@
 };
 
 // Standard Exif Entry list from to less important to the most important for \
                photograph.
-static const char* StandardExifEntryList[] =
+static const char* StandardExifGPSEntryList[] =
 {
      "GPSInfo",
      "-1"
@@ -104,11 +104,11 @@
 {
     d = new GPSWidgetPriv;
     
-    for (int i=0 ; QString(StandardExifEntryList[i]) != QString("-1") ; i++)
-        d->keysFilter << StandardExifEntryList[i];
+    for (int i=0 ; QString(StandardExifGPSEntryList[i]) != QString("-1") ; i++)
+        d->keysFilter << StandardExifGPSEntryList[i];
 
-    for (int i=0 ; QString(ExifHumanList[i]) != QString("-1") ; i++)
-        d->tagsfilter << ExifHumanList[i];
+    for (int i=0 ; QString(ExifGPSHumanList[i]) != QString("-1") ; i++)
+        d->tagsfilter << ExifGPSHumanList[i];
 
     // --------------------------------------------------------
             


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic