diff options
author | Robert C. Helling <helling@atdotde.de> | 2017-02-19 10:27:27 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-02-19 15:29:40 -0800 |
commit | dc55ee4a23bfbd013bc7085e005ab22beb2dd1a1 (patch) | |
tree | b8cc54aae5d4f52e8916ff4b5380d385993bdc80 /core/qthelper.cpp | |
parent | 4a550e4d7d5ec11640bb511d28097fa7644cdd3b (diff) | |
download | subsurface-dc55ee4a23bfbd013bc7085e005ab22beb2dd1a1.tar.gz |
Update exif.cpp from upstream
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'core/qthelper.cpp')
-rw-r--r-- | core/qthelper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/qthelper.cpp b/core/qthelper.cpp index f9e504ece..39461c7eb 100644 --- a/core/qthelper.cpp +++ b/core/qthelper.cpp @@ -354,7 +354,7 @@ extern "C" xsltStylesheetPtr get_stylesheet(const char *name) extern "C" timestamp_t picture_get_timestamp(char *filename) { - EXIFInfo exif; + easyexif::EXIFInfo exif; memblock mem; int retval; @@ -1211,7 +1211,7 @@ extern "C" void savePictureLocal(struct picture *picture, const char *data, int extern "C" void picture_load_exif_data(struct picture *p) { - EXIFInfo exif; + easyexif::EXIFInfo exif; memblock mem; if (readfile(localFilePath(QString(p->filename)).toUtf8().data(), &mem) <= 0) |