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

« back to all changes in this revision

Viewing changes to krita/image/tests/kis_node_graph_listener_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:
19
19
#ifndef KIS_NODE_GRAPH_LISTENER_TEST_H
20
20
#define KIS_NODE_GRAPH_LISTENER_TEST_H
21
21
 
22
 
#include <QtTest/QtTest>
 
22
#include <QtTest>
23
23
 
24
24
#include "kis_node.h"
25
25
 
49
49
 
50
50
    void testUpdateOfListener();
51
51
    void testRecursiveUpdateOfListener();
 
52
    void testSequenceNumber();
52
53
};
53
54
 
54
55
#endif