~ubuntu-branches/ubuntu/raring/calligra/raring-proposed

« back to all changes in this revision

Viewing changes to krita/plugins/paintops/libpaintop/kis_curve_option.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-01-15 17:26:10 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20130115172610-b193s9546hyssmym
Tags: 1:2.5.94-0ubuntu1
New upstream RC release

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include "kis_curve_option.h"
21
21
 
22
22
KisCurveOption::KisCurveOption(const QString & label, const QString& name, const QString & category,
23
 
                               bool checked, qreal value, qreal min, qreal max, bool useCurve, bool separateCurveValue
 
23
                               bool checked, qreal value, qreal min, qreal max, bool useCurve,
 
24
                               bool separateCurveValue
24
25
)
25
26
        : m_label(label)
26
27
        , m_category(category)