~ubuntu-branches/ubuntu/raring/koffice/raring

« back to all changes in this revision

Viewing changes to krita/sdk/tests/testutil.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-06 15:30:09 UTC
  • mfrom: (0.13.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101206153009-yf0dqbp9l7fzwxi8
Tags: 1:2.2.91-0ubuntu1
New upstream RC release

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
    if (w1 != w2 || h1 != h2) {
82
82
        pt.setX(-1);
83
83
        pt.setY(-1);
84
 
        qDebug() << "Images have different sizes";
 
84
        qDebug() << "Images have different sizes" << image1.size() << image2.size();
85
85
        return false;
86
86
    }
87
87