qt5
Last change
on this file since 67c59a7 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:
191 bytes
|
Line | |
---|
1 | #include <QtTest> |
---|
2 | |
---|
3 | #include "mvc/eventtest.h" |
---|
4 | |
---|
5 | int main(int argc, char *argv[]) |
---|
6 | { |
---|
7 | QCoreApplication app(argc, argv); |
---|
8 | |
---|
9 | EventTest eventTest; |
---|
10 | QTest::qExec(&eventTest, argc, argv); |
---|
11 | } |
---|
12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.