[Digikam-devel] [Bug 184156] showfoto lensfun select wrong lens

Gilles Caulier caulier.gilles at gmail.com
Sun Feb 22 08:52:03 GMT 2009


https://bugs.kde.org/show_bug.cgi?id=184156





--- Comment #15 from Gilles Caulier <caulier gilles gmail com>  2009-02-22 09:52:02 ---
Andreas,

QString tagValue = QString::fromLocal8Bit(val.str().c_str());

must be :

QString tagValue = QString::fromLocal8Bit(val.c_str());

... else it doesn't compile :

[ 11%] Building CXX object
libs/libkexiv2/libkexiv2/CMakeFiles/kexiv2.dir/kexiv2exif.o
/home/gilles/Documents/devel/SVN/trunk/kdegraphics/libs/libkexiv2/libkexiv2/kexiv2exif.cpp:
In member function ‘QString KExiv2Iface::KExiv2::getExifTagString(const char*,
bool) const’:
/home/gilles/Documents/devel/SVN/trunk/kdegraphics/libs/libkexiv2/libkexiv2/kexiv2exif.cpp:690:
error: ‘struct std::string’ has no member named ‘str’

Gilles

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Digikam-devel mailing list