source:
src/test/model/eventtest.h
@
5a73d27
Last change on this file since 5a73d27 was 5a73d27, checked in by , 13 years ago | |
---|---|
|
|
File size: 246 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 | void colNames(); |
15 | void storingValues(); |
16 | }; |
17 | |
18 | |
19 | #endif // EVENTTEST_H |
20 |
Note: See TracBrowser
for help on using the repository browser.