FactDev  0.1
testadder.h
1 /*
2  * Thanks to
3  * https://marcoarena.wordpress.com/2012/06/23/increase-your-qtest-productivity
4  *
5  * @aroquemaurel
6  */
7 
8 #ifndef TESTADDER_H
9 #define TESTADDER_H
10 
11 
12 class testadder
13 {
14 public:
15  testadder();
16  ~testadder();
17 };
18 
19 #endif // TESTADDER_H
Definition: testadder.h:12