You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef TST_NOTEVIEW_H
|
|
#define TST_NOTEVIEW_H
|
|
|
|
#include <QObject>
|
|
|
|
class tst_NoteView : public QObject
|
|
{
|
|
Q_OBJECT
|
|
public:
|
|
tst_NoteView();
|
|
|
|
private Q_SLOTS:
|
|
void initTestCase();
|
|
void cleanupTestCase();
|
|
};
|
|
|
|
#endif // TST_NOTEVIEW_H
|