YODAU
1.0
YEAR OF THE DEPEND ADULT UNDERGARMENT
Loading...
Searching...
No Matches
frontend/tests/main.cpp
Go to the documentation of this file.
1
#
include
<
QApplication
>
2
#
include
<
QtTest
/
QtTest
>
3
4
#
include
"include/main_window_tests.hpp"
5
6
int
main
(
int
argc,
char
** argv) {
7
QApplication app(argc, argv);
8
9
int
status = 0;
10
11
{
12
main_window_tests
t;
13
status |= QTest::qExec(&t, argc, argv);
14
}
15
16
return
status;
17
}
main_window_tests
Definition
main_window_tests.hpp:6
main
int main(int argc, char *argv[])
Definition
frontend/src/main.cpp:14
frontend
tests
main.cpp
Generated on
for YODAU by
1.15.0