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

« back to all changes in this revision

Viewing changes to utilities/batch/fingerprintsgenerator.h

  • 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:
6
6
 * Date        : 2008-05-16
7
7
 * Description : finger-prints generator
8
8
 *
9
 
 * Copyright (C) 2008-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
 
9
 * Copyright (C) 2008-2011 by Gilles Caulier <caulier dot gilles at gmail dot com>
10
10
 *
11
11
 * This program is free software; you can redistribute it
12
12
 * and/or modify it under the terms of the GNU General
41
41
 
42
42
class DImg;
43
43
class LoadingDescription;
44
 
class FingerPrintsGeneratorPriv;
45
44
 
46
45
class FingerPrintsGenerator : public DProgressDlg
47
46
{
77
76
 
78
77
private:
79
78
 
 
79
    class FingerPrintsGeneratorPriv;
80
80
    FingerPrintsGeneratorPriv* const d;
81
81
};
82
82