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