~ubuntu-branches/ubuntu/oneiric/digikam/oneiric

« back to all changes in this revision

Viewing changes to utilities/batch/imageinfojob.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Rohan Garg
  • Date: 2011-01-25 15:54:05 UTC
  • mfrom: (3.1.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20110125155405-cn810n9ufqcqdqab
Tags: 2:1.8.0-1ubuntu1
* Merge with debian, remaining changes
  - Export .pot name and copy to plugins in debian/rules
  - Version build-depends on kipi-plugins-dev to ensure build is against the
    same version on all archs

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * Description : digikamalbum KIO slave interface to get image
8
8
 *               info from database.
9
9
 *
10
 
 * Copyright (C) 2007-2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
 
10
 * Copyright (C) 2007-2011 by Gilles Caulier <caulier dot gilles at gmail dot com>
11
11
 *
12
12
 * This program is free software; you can redistribute it
13
13
 * and/or modify it under the terms of the GNU General
45
45
namespace Digikam
46
46
{
47
47
 
48
 
class ImageInfoJobPriv
 
48
class ImageInfoJob::ImageInfoJobPriv
49
49
{
50
50
public:
51
51
 
54
54
    {
55
55
    }
56
56
 
57
 
    KIO::TransferJob*  job;
 
57
    KIO::TransferJob* job;
58
58
};
59
59
 
60
60
ImageInfoJob::ImageInfoJob()