source:
src/test/model/eventtest.h
@
e5bc908
Last change on this file since e5bc908 was e5bc908, checked in by , 13 years ago | |
---|---|
|
|
File size: 199 bytes |
Line | |
---|---|
1 | #ifndef EVENTTEST_H |
2 | #define EVENTTEST_H |
3 | |
4 | #include <QObject> |
5 | |
6 | class EventTest : public QObject |
7 | { |
8 | Q_OBJECT |
9 | |
10 | private slots: |
11 | void initTestCase(); |
12 | |
13 | void getById(); |
14 | }; |
15 | |
16 | |
17 | #endif // EVENTTEST_H |
18 |
Note: See TracBrowser
for help on using the repository browser.