~ubuntu-branches/ubuntu/lucid/koffice/lucid-backports

« back to all changes in this revision

Viewing changes to krita/plugins/paintops/mypaint/mypaint_paintop.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-09-22 10:09:23 UTC
  • mfrom: (60.1.11 maverick)
  • Revision ID: james.westby@ubuntu.com-20100922100923-h79s15p7lf0ks051
Tags: 1:2.2.2-0ubuntu3~lucid1
* Lucid backport
  - Downgrade version of KDE build-depends to 4.4.2
  - Change build-depend libkdcraw-dev to libkdcraw8-dev
  - Downgrade version of pkg-kde-tools to 0.6.4ubuntu5
  - Downgrade version of libgmm-dev to 3.0+svn758845-0ubuntu1
  - Remove librcps-dev and opengtl-dev build-depends, not available in Lucid
  - Update krita.install, krita-data.install and kplato.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
    virtual bool incremental() const { return true; }
43
43
 
44
 
    double paintAt(const KisPaintInformation& info);
45
 
    double spacing(double & xSpacing, double & ySpacing, double pressure1, double pressure2) const;
 
44
    qreal paintAt(const KisPaintInformation& info);
 
45
    qreal spacing(qreal & xSpacing, qreal & ySpacing, qreal pressure1, qreal pressure2) const;
46
46
    KisDistanceInformation paintLine(const KisPaintInformation &pi1, const KisPaintInformation &pi2, const KisDistanceInformation& savedDist);
47
47
 
48
48
private: