ssu
Loading...
Searching...
No Matches
main.cpp
Go to the documentation of this file.
1
7
8#include <QtTest/QtTest>
9
10#include "variablestest.h"
11
12int main(int argc, char **argv)
13{
14 VariablesTest variablesTest;
15
16 if (QTest::qExec(&variablesTest, argc, argv))
17 return 1;
18
19 return 0;
20}