~ubuntu-branches/ubuntu/gutsy/digikam/gutsy

« back to all changes in this revision

Viewing changes to digikam/libs/threadimageio/previewtask.h

  • Committer: Bazaar Package Importer
  • Author(s): Chris Cheney
  • Date: 2007-06-22 16:14:36 UTC
  • mfrom: (1.2.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20070622161436-4h445xv9vo4q2p9q
Tags: 2:0.9.2~beta3-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control: don't depend on libgphoto2-2-dev.
    Kubuntu's KDE finds the libgphoto plugins without the .la files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
    bool needToScale(const QSize &imageSize, int previewSize);
52
52
    bool loadImagePreview(QImage& image, const QString& path);
53
 
    void exifRotate(const QString& filePath, DImg& img);
54
53
};
55
54
 
56
55