qt5
Last change
on this file since 92995da was
92995da,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
just some directory renaming
- renamed 'model' to 'mvc' (Model-View-Controller), since it contains also 'delegate' and 'view'
|
-
Property mode set to
100644
|
File size:
320 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 getByDate(); |
---|
15 | void storingValues(); |
---|
16 | void hydrate(); |
---|
17 | void columnsForSelect(); |
---|
18 | void selectQuery(); |
---|
19 | }; |
---|
20 | |
---|
21 | |
---|
22 | #endif // EVENTTEST_H |
---|
23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.