Be memory efficient and clear hunk data after displaying it
[vng.git] / hunks / tests / TestCursor.h
blob0de6e6dec40c37839322a1b3859c8df9becfb20d
1 #ifndef TESTCURSOR_H
2 #define TESTCURSOR_H
4 #include <QObject>
5 #include <QtTest/QtTest>
7 class TestCursor : public QObject {
8 Q_OBJECT
9 public:
10 TestCursor() {}
12 private slots:
13 void testBasis();
14 void testForward1();
15 void testForward2();
16 void testBackwards();
19 #endif