~ubuntu-branches/ubuntu/precise/calligra/precise

« back to all changes in this revision

Viewing changes to krita/image/tests/kis_image_test.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-03-12 14:34:55 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120312143455-1bmr8gkyhbc2k9jm
Tags: 1:2.3.91-0ubuntu
* New upstream release
* Remove kubuntu_03_cmakelists_update.diff now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef KIS_IMAGE_TESTER_H
21
21
#define KIS_IMAGE_TESTER_H
22
22
 
23
 
#include <QtTest/QtTest>
 
23
#include <QtTest>
24
24
 
25
25
class KisImageTest : public QObject
26
26
{
29
29
private slots:
30
30
 
31
31
    void layerTests();
 
32
    void testConvertImageColorSpace();
 
33
    void testGlobalSelection();
32
34
};
33
35
 
34
36
#endif